diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-26 11:24:39 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-10-26 11:24:39 -0500 |
commit | c57b42a130a5e8f94054770dfc87337a42ef3c19 (patch) | |
tree | 80f7021eed51c16b7b5d8dca84807a609a66da88 | |
parent | 4a4035c8afc56994450cf318bea3c67524e1128b (diff) | |
download | mediagoblin-c57b42a130a5e8f94054770dfc87337a42ef3c19.tar.lz mediagoblin-c57b42a130a5e8f94054770dfc87337a42ef3c19.tar.xz mediagoblin-c57b42a130a5e8f94054770dfc87337a42ef3c19.zip |
Removed suggestion that the user run ./bin/buildout
-rw-r--r-- | mediagoblin/gmg_commands/wipealldata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/wipealldata.py b/mediagoblin/gmg_commands/wipealldata.py index 0cfb58d7..cddbab38 100644 --- a/mediagoblin/gmg_commands/wipealldata.py +++ b/mediagoblin/gmg_commands/wipealldata.py @@ -52,4 +52,4 @@ def wipe(args): print "nixing %s...." % directory shutil.rmtree(directory) - print "removed all your stuff! okay, now re-run ./bin/buildout" + print "removed all your stuff!" |