Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Experior.Activity/widgetIdentifier.py
diff options
context:
space:
mode:
Diffstat (limited to 'Experior.Activity/widgetIdentifier.py')
-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"