aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 9f4246775..8dbf0be6c 100755
--- a/configure.py
+++ b/configure.py
@@ -38,7 +38,7 @@ import optparse # pylint: disable=deprecated-module
if 'dont_write_bytecode' in sys.__dict__:
sys.dont_write_bytecode = True
-import botan_version
+import botan_version # pylint: disable=wrong-import-position
class ConfigureError(Exception):
pass