summaryrefslogtreecommitdiff
path: root/giscanner/sectionparser.py
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2013-02-15 07:06:18 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-04-09 23:12:35 +0200
commit93ea709aa40f84e9c5677a7faab345a30072a968 (patch)
treeec2386f2c02f21651781666861673b92e79021df /giscanner/sectionparser.py
parentf9f5452209597e0c3724ad962a68b678dbbc72cf (diff)
downloadgobject-introspection-93ea709aa40f84e9c5677a7faab345a30072a968.tar.gz
giscanner: remove unused variables and imports
https://bugzilla.gnome.org/show_bug.cgi?id=697615
Diffstat (limited to 'giscanner/sectionparser.py')
-rw-r--r--giscanner/sectionparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/giscanner/sectionparser.py b/giscanner/sectionparser.py
index caf6bf2d..330471b2 100644
--- a/giscanner/sectionparser.py
+++ b/giscanner/sectionparser.py
@@ -18,7 +18,6 @@
#
import re
-import sys
class SectionFile(object):
def __init__(self, sections):