Some cleanup and refactoring.

This commit is contained in:
Markus Lampert
2017-06-09 21:14:22 -07:00
parent f489bce6b1
commit 3ac13a1e31
4 changed files with 90 additions and 55 deletions

View File

@@ -41,7 +41,7 @@ from PySide import QtCore, QtGui
LOG_MODULE = PathLog.thisModule()
PathLog.setLevel(PathLog.Level.DEBUG, LOG_MODULE)
PathLog.trackModule(LOG_MODULE)
#PathLog.trackModule(LOG_MODULE)
# Qt tanslation handling
def translate(context, text, disambig=None):