- more refactoring class names
- moved some of the methods from the App class to the ObjectCollection class
This commit is contained in:
@@ -31,7 +31,7 @@ def debug_trace():
|
||||
if __name__ == '__main__':
|
||||
# All X11 calling should be thread safe otherwise we have strange issues
|
||||
# QtCore.QCoreApplication.setAttribute(QtCore.Qt.AA_X11InitThreads)
|
||||
# NOTE: Never talk to the AppGUI from threads! This is why I commented the above.
|
||||
# NOTE: Never talk to the GUI from threads! This is why I commented the above.
|
||||
freeze_support()
|
||||
|
||||
major_v = sys.version_info.major
|
||||
|
||||
Reference in New Issue
Block a user