Rev 3931: fix typo in setup.py in lp:///~jameinel/bzr/bug_295826

John Arbash Meinel john at arbash-meinel.com
Thu Feb 5 21:11:34 GMT 2009


At lp:///~jameinel/bzr/bug_295826

------------------------------------------------------------
revno: 3931
revision-id: john at arbash-meinel.com-20090205211128-u20k1ok49sxbrmxc
parent: john at arbash-meinel.com-20090108205605-ibsi18z7ljorq227
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: bug_295826
timestamp: Thu 2009-02-05 15:11:28 -0600
message:
  fix typo in setup.py
-------------- next part --------------
=== modified file 'setup.py'
--- a/setup.py	2009-01-08 20:43:58 +0000
+++ b/setup.py	2009-02-05 21:11:28 +0000
@@ -211,7 +211,7 @@
             if not self.allow_python_fallback:
                 log.warn('\n  Cannot build extensions.\n'
                          '  Use "build_ext --allow-python-fallback" to use'
-                         ' slower python implementations instead.\n')
+                         ' slower python implementations instead.\n'
                          % (ext.name,))
                 raise
             log.warn('\n  Building of "%s" extension failed.\n'



More information about the bazaar-commits mailing list