[Jython-checkins] jython: New name for CPythonLib.
frank.wierzbicki
jython-checkins at python.org
Wed Mar 21 23:15:56 CET 2012
http://hg.python.org/jython/rev/350d01e4add4
changeset: 6465:350d01e4add4
user: Frank Wierzbicki <fwierzbicki at gmail.com>
date: Wed Mar 21 15:15:20 2012 -0700
summary:
New name for CPythonLib.
files:
Misc/genpatches.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Misc/genpatches.py b/Misc/genpatches.py
--- a/Misc/genpatches.py
+++ b/Misc/genpatches.py
@@ -27,7 +27,7 @@
modules.add(fullpath)
return modules
-if not os.path.exists('CPythonLib'):
+if not os.path.exists('lib-python'):
print >>sys.stderr, 'You need to run this script from the Jython root directory.'
sys.exit(1)
--
Repository URL: http://hg.python.org/jython
More information about the Jython-checkins
mailing list