diff options
| author | Adrien Tétar | 2015-10-28 18:33:20 +0100 |
|---|---|---|
| committer | Adrien Tétar | 2015-10-28 18:37:34 +0100 |
| commit | 5d62be8c4dfb601b92f9153400e3e1cc8712cf94 (patch) | |
| tree | 952b32edd34870be77734fe3f23691e3cf9985a9 /Lib/defconQt/__main__.py | |
| parent | 0aaa178b1d64288b40518d9321027ffd0618ce15 (diff) | |
| download | trufont-5d62be8c4dfb601b92f9153400e3e1cc8712cf94.tar.bz2 | |
meta: some packaging touchups
Diffstat (limited to 'Lib/defconQt/__main__.py')
| -rw-r--r-- | Lib/defconQt/__main__.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/defconQt/__main__.py b/Lib/defconQt/__main__.py index 663a4b7..270764d 100644 --- a/Lib/defconQt/__main__.py +++ b/Lib/defconQt/__main__.py @@ -14,13 +14,11 @@ def main(): else: font = None - # from pycallgraph import PyCallGraph - # from pycallgraph.output import GraphvizOutput representationFactories.registerAllFactories() - # with PyCallGraph(output=GraphvizOutput()): app = Application(sys.argv) # TODO: http://stackoverflow.com/a/21330349/2037879 app.setOrganizationName("A. Tétar & Co.") + app.setOrganizationDomain("trufont.github.io") app.setApplicationName("TruFont") app.setWindowIcon(QIcon(":/resources/app.png")) window = MainWindow(font) |
