You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by je...@apache.org on 2010/05/07 16:48:35 UTC

svn commit: r942090 - /incubator/libcloud/trunk/setup.py

Author: jerry
Date: Fri May  7 14:48:35 2010
New Revision: 942090

URL: http://svn.apache.org/viewvc?rev=942090&view=rev
Log:
setup.py -dst misspelling

Modified:
    incubator/libcloud/trunk/setup.py

Modified: incubator/libcloud/trunk/setup.py
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/setup.py?rev=942090&r1=942089&r2=942090&view=diff
==============================================================================
--- incubator/libcloud/trunk/setup.py (original)
+++ incubator/libcloud/trunk/setup.py Fri May  7 14:48:35 2010
@@ -40,7 +40,7 @@ class TestCommand(Command):
         if not os.path.isfile(secrets):
           print "Missing %s" % (secrets)
           print "Maybe you forgot to copy it from -dist:"
-          print "  cp test/secrets.py-dst test/secrets.py"
+          print "  cp test/secrets.py-dist test/secrets.py"
           sys.exit(1)
 
         testfiles = []