Commit f2ed752f76fb46703b41ce3196474d84253545b1
1 parent
b777d842
Exists in
master
and in
22 other branches
And no politicians or terrorists
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/sample-data
@@ -83,7 +83,7 @@ puts | @@ -83,7 +83,7 @@ puts | ||
83 | 83 | ||
84 | communities = [] | 84 | communities = [] |
85 | VERBS = ['Save', 'I like', 'Use'] | 85 | VERBS = ['Save', 'I like', 'Use'] |
86 | -STUFF = ['Free Software', 'Organic food', 'the wales', 'the environment', 'Barack Obama', 'Osama Bin Laden', 'Lula'] | 86 | +STUFF = ['Free Software', 'Organic food', 'the wales', 'the environment'] |
87 | print "Creating communities: "; $stdout.flush | 87 | print "Creating communities: "; $stdout.flush |
88 | for verb in VERBS | 88 | for verb in VERBS |
89 | for stuff in STUFF | 89 | for stuff in STUFF |