diff options
| author | Teddy Wing | 2015-12-24 16:47:00 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-24 16:47:00 -0800 |
| commit | 78cb02c8b70c037eda31e5a40b33da71067c8435 (patch) | |
| tree | 7ec04bfae89adfc3d318af12e6ab0c5079e08a6e | |
| parent | befa32cecb2b949b36df8f93de1a85a21809e3cd (diff) | |
| download | RoboFont-Equalize-Sidebearings-Key-78cb02c8b70c037eda31e5a40b33da71067c8435.tar.bz2 | |
preferences.py: PEP8 whitespace
| -rw-r--r-- | preferences.py | 1 |
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() |
