aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-12-24 16:47:00 -0800
committerTeddy Wing2015-12-24 16:47:00 -0800
commit78cb02c8b70c037eda31e5a40b33da71067c8435 (patch)
tree7ec04bfae89adfc3d318af12e6ab0c5079e08a6e
parentbefa32cecb2b949b36df8f93de1a85a21809e3cd (diff)
downloadRoboFont-Equalize-Sidebearings-Key-78cb02c8b70c037eda31e5a40b33da71067c8435.tar.bz2
preferences.py: PEP8 whitespace
-rw-r--r--preferences.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/preferences.py b/preferences.py
index d770ab0..7f6434c 100644
--- a/preferences.py
+++ b/preferences.py
@@ -8,4 +8,5 @@ class EqualizeSidebearingsPreferences(object):
self.w.activation_key = vanilla.EditText((82, 12, -10, 25), 'e')
self.w.open()
+
EqualizeSidebearingsPreferences()