summaryrefslogtreecommitdiff
path: root/packages/python/python-logilab-common/fix-future-in-setup.patch
blob: 1abde49bef7896433e3ea3384b7e90694d6f3257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: common-0.9.3/setup.py
===================================================================
--- common-0.9.3.orig/setup.py
+++ common-0.9.3/setup.py
@@ -17,9 +17,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.23 2004/05/27 12:07:23 syt Exp $'
 
-from __future__ import nested_scopes
 import os
 import sys
 import shutil
ung-kernel?id=956f95097b2378cc1e2338847729021ddc1f1160'>Unslung: unslung-kernel pl2303.c add patch for modem control signalsMike Westerhof1 2006-04-18unslung-kernel: patch ppp-mppe.c to remove errant floating point computationMike Westerhof1 2006-04-15Unslung: unslung-rootfs, unslung-kernel, unslung-image - rearranged NLS suppo...Mike Westerhof1 2006-04-11unslung-kernel, unslung-image: Now that 6.8-beta is released, moved mainline ...Rod Whitby3 2006-02-28unslung-kernel: added kernel module netconsoleMike Westerhof2 2006-02-25unslung-kernel: defconfig - loop was y now module, keyspan serial was n now m...Mike Westerhof1 2006-01-04unslung-kernel: Enable a couple more routing modules.Rod Whitby1 2006-01-04unslung-kernel: Added cp437 back into the kernel instead of being a module, A...Rod Whitby3 2005-12-05unslung-kernel: Changed the defconfig to make all the new codepages as kernel...Rod Whitby1 2005-12-04unslung-kernel: Added R29 to R63 patch from Tiersten and marcelnRod Whitby1 2005-12-04unslung-kernel: Added R29 to R63 patch from Tiersten and marcelnRod Whitby1