diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2015-04-21 21:53:16 +0200 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2015-06-29 16:58:18 +0200 |
commit | c9cfa2b5bfcf3ba1af7380af22bf76b6466ef479 (patch) | |
tree | 532eaf18ef278dda84727262c0ae863173f27663 /giscanner/ccompiler.py | |
parent | b96e96263b1497abb0524023334c7804711c789c (diff) | |
download | gobject-introspection-c9cfa2b5bfcf3ba1af7380af22bf76b6466ef479.tar.gz |
scanner: remove unused imports
Diffstat (limited to 'giscanner/ccompiler.py')
-rw-r--r-- | giscanner/ccompiler.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/giscanner/ccompiler.py b/giscanner/ccompiler.py index 1c66aaca..2db535cb 100644 --- a/giscanner/ccompiler.py +++ b/giscanner/ccompiler.py @@ -20,12 +20,6 @@ import os import subprocess -import sys -import distutils - -from distutils.msvccompiler import MSVCCompiler -from distutils.cygwinccompiler import Mingw32CCompiler -from distutils.sysconfig import customize_compiler from . import utils |