Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
ail
Commits
e01133812f5e
Commit
e0113381
authored
Jun 09, 2008
by
Pierre-Yves David
Browse files
change position on __future__ import for compatibility
parent
0b5653f86b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
e0113381
...
...
@@ -17,5 +17,7 @@
# 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.3 2004-10-27 08:00:37 arthur Exp $'
...
...
@@ -20,6 +22,5 @@
__revision__
=
'$Id: setup.py,v 1.3 2004-10-27 08:00:37 arthur Exp $'
from
__future__
import
nested_scopes
import
os
import
sys
import
shutil
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment