summaryrefslogtreecommitdiff
blob: fe384d264f02af0a59ca138220979d005b767ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- setup.py.orig	2006-09-20 09:26:15.000000000 -0700
+++ setup.py	2006-09-20 09:26:50.000000000 -0700
@@ -15,11 +15,11 @@
 # You should have received a copy of the GNU General Public License along with
 # this program; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+from __future__ import nested_scopes
 """ Generic Setup script, takes package info from __pkginfo__.py file """
 
 __revision__ = '$Id: setup.py,v 1.23 2004/05/27 12:07:23 syt Exp $'
 
-from __future__ import nested_scopes
 import os
 import sys
 import shutil