summaryrefslogtreecommitdiffstats
path: root/gtk/src/create_resources.py
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/create_resources.py')
-rw-r--r--gtk/src/create_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/create_resources.py b/gtk/src/create_resources.py
index ba5526361..0767513aa 100644
--- a/gtk/src/create_resources.py
+++ b/gtk/src/create_resources.py
@@ -74,7 +74,7 @@ def start_element_handler(tag, attr):
elif fname == None:
print >> sys.stderr, ( "Error: No such string file %s" % fbase )
sys.exit(1)
-
+
if val != None:
if type(current) == types.DictType:
current[key] = val