[gobject-introspection] giscanner: remove duplicate "os" import...



commit 0cd1ad297e0b7bb78242ea6b22955e133dfc7958
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Fri Jun 29 14:40:31 2012 +0200

    giscanner: remove duplicate "os" import...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688897

 giscanner/shlibs.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/giscanner/shlibs.py b/giscanner/shlibs.py
index 2ea34c9..6c583a4 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]