Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim McNamara <code@timmcnamara.co.nz>2010-08-14 11:23:47 (GMT)
committer Tim McNamara <code@timmcnamara.co.nz>2010-08-14 11:23:47 (GMT)
commit76fb521aba364fa4424a06fe2b232168e21fe863 (patch)
tree5a6d35449dc3fc4baca45ff70777914ebc2a5632
parent316e5ae8e2fe7853d6744cad062808c0be9728d5 (diff)
style, removed whitespace
-rwxr-xr-xExperior.Activity/widgetIdentifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Experior.Activity/widgetIdentifier.py b/Experior.Activity/widgetIdentifier.py
index 94d2a89..f186bc1 100755
--- a/Experior.Activity/widgetIdentifier.py
+++ b/Experior.Activity/widgetIdentifier.py
@@ -45,7 +45,7 @@ class widgetIdentifier:
This class provides some of the functionality for identifying widgets,
such as a list of strings that are default Widget names (e.g. 'GtkButton').
"""
- identifiers = { }
+ identifiers = {}
def __init__(self, widget):
self.widgetAttribute = "sugarbotWidgetIdentifier"