diff options
| author | Teddy Wing | 2015-12-23 15:07:25 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-23 15:07:25 -0800 |
| commit | 96745b4b6b8171af31a38c34d382002626746452 (patch) | |
| tree | 1de4675a3ed8701de4a9df68fa9f8fb4bb5df719 | |
| parent | f9086083ea6c9ce4e1b2baa7d7dc9931e60afc47 (diff) | |
| download | RoboFont-Equalize-Sidebearings-Key-96745b4b6b8171af31a38c34d382002626746452.tar.bz2 | |
equalize_sidebearings.py: Remove old debugging code
This code opened a GUI object browser for better inspection (still
wasn't perfect, but it was decent enought for a start. Remote-Pdb really
saved the day.). We no longer need this block now that we've figured out
how to get it to work.
| -rw-r--r-- | equalize_sidebearings.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/equalize_sidebearings.py b/equalize_sidebearings.py index d3468a4..8460ad3 100644 --- a/equalize_sidebearings.py +++ b/equalize_sidebearings.py @@ -21,10 +21,5 @@ class EqualizeSidebearings(object): info['glyph'].naked()) space_center_menu.equalSideBearings_(self) - # import vanilla - # self.w = vanilla.Window((400, 400, 1000, 900)) - # self.w.text = vanilla.ObjectBrowser((0, 0, -0, -0), space_center_menu) - # self.w.open() - EqualizeSidebearings()
\ No newline at end of file |
