diff options
author | Seth Hitefield <sdhitefield@gmail.com> | 2017-05-11 15:31:50 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-05-11 12:52:11 -0700 |
commit | ef139ce3f10e181edfafafcc08ae26cec54221ed (patch) | |
tree | 3401606c180e8a4431eb791d865eb4fb41fd2099 /grc/main.py | |
parent | 69172b07723872df00ac1ab821acebd2b0a56e6a (diff) |
grc: gtk3: Small fixes for PR 1299
Diffstat (limited to 'grc/main.py')
-rwxr-xr-x | grc/main.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/main.py b/grc/main.py index 224a9b11e8..4d04608269 100755 --- a/grc/main.py +++ b/grc/main.py @@ -74,7 +74,6 @@ def main(): log.debug("Running main") # Delay importing until the logging is setup - # Otherwise, the decorators could not use logging. from .gui.Platform import Platform from .gui.Application import Application |