diff options
| author | Denis Jacquerye | 2015-10-19 09:16:12 +0100 |
|---|---|---|
| committer | Denis Jacquerye | 2015-10-19 13:51:13 +0100 |
| commit | 1337a13ccbd3bec8e0c26b84205eb9c90b66f1e8 (patch) | |
| tree | c49a88c84ffe8a2483cedfe8716204e29be54d0e /Lib/defconQt/__main__.py | |
| parent | 63f83224f474c2c191e8cac3cb6bda8f2cb81b7d (diff) | |
| download | trufont-1337a13ccbd3bec8e0c26b84205eb9c90b66f1e8.tar.bz2 | |
Comment out unused variables
Diffstat (limited to 'Lib/defconQt/__main__.py')
| -rw-r--r-- | Lib/defconQt/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/defconQt/__main__.py b/Lib/defconQt/__main__.py index 4a5a849..e583e5a 100644 --- a/Lib/defconQt/__main__.py +++ b/Lib/defconQt/__main__.py @@ -1,5 +1,6 @@ from defconQt.objects.defcon import TFont from defconQt import representationFactories +from defconQt import icons_db # noqa from defconQt.fontView import Application, MainWindow import sys import os |
