diff options
author | Rob Austein <sra@hactrn.net> | 2011-07-27 18:21:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-07-27 18:21:45 +0000 |
commit | 4a739a155b00e582435d7906840f58282ebf8f7d (patch) | |
tree | f85fff06b273a81ed4b231cf08dceccf53dc2352 /buildtools/make-python-executable.py | |
parent | b961465c1d695dd510b00d9c734a169ef6fc0598 (diff) |
Consolidate all of the import voodoo for MySQLdb into a new module.
svn path=/buildtools/make-python-executable.py; revision=3946
Diffstat (limited to 'buildtools/make-python-executable.py')
-rw-r--r-- | buildtools/make-python-executable.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/buildtools/make-python-executable.py b/buildtools/make-python-executable.py index 2f95b001..eeb31e39 100644 --- a/buildtools/make-python-executable.py +++ b/buildtools/make-python-executable.py @@ -26,9 +26,6 @@ sys.stdout.write('''\ #!%(AC_PYTHON_INTERPRETER)s # Automatically constructed script header -# Some scripts need this, and it must be first executable statement -from __future__ import with_statement - # Set location of global rpki.conf file if __name__ == "__main__": import rpki.config |