[Python-projects] pylint, pyreverse : a post to introduce myself
skip at pobox.com
skip at pobox.com
Sun Oct 14 19:17:28 CEST 2007
Nicolas> Take the bug you think will be easiest to fix. Fix it. Send the
Nicolas> patch to the list. Ask questions when needed. Iterate.
Here's a simple one. It's required to build pyreverse with Python 2.6.
Skip
diff -r e1e6817247de setup.py
--- a/setup.py Fri May 25 15:17:56 2007 +0200
+++ b/setup.py Sun Oct 14 12:15:16 2007 -0500
@@ -18,9 +18,10 @@
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
""" Generic Setup script, takes package info from __pkginfo__.py file """
+from __future__ import nested_scopes
+
__revision__ = '$Id: setup.py,v 1.18 2006-03-14 09:56:06 syt Exp $'
-from __future__ import nested_scopes
import os
import sys
import shutil
More information about the Python-Projects
mailing list