diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2012-06-29 14:40:31 +0200 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2012-11-28 21:31:22 +0100 |
commit | 0cd1ad297e0b7bb78242ea6b22955e133dfc7958 (patch) | |
tree | bca8c033428ee7ade4e1b3ababd4850bb511f037 | |
parent | b0a78b8734aee54b0f976fc4f1194bb73f7e52f4 (diff) | |
download | gobject-introspection-0cd1ad297e0b7bb78242ea6b22955e133dfc7958.tar.gz |
giscanner: remove duplicate "os" import...
https://bugzilla.gnome.org/show_bug.cgi?id=688897
-rw-r--r-- | giscanner/shlibs.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/giscanner/shlibs.py b/giscanner/shlibs.py index 2ea34c91..6c583a4b 100644 --- a/giscanner/shlibs.py +++ b/giscanner/shlibs.py @@ -20,10 +20,9 @@ # import os -import re import platform +import re import subprocess -import os from .utils import get_libtool_command, extract_libtool_shlib |