files: reorganize imports, remove print lines
This commit is contained in:
@@ -169,7 +169,7 @@ class Ui_Dialog(object):
|
||||
name = application.application
|
||||
file_type = application.extensions
|
||||
display_name = application.name
|
||||
print(name, file_type, display_name) #
|
||||
# print(name, file_type, display_name) #
|
||||
# create new item
|
||||
item = QtWidgets.QTreeWidgetItem(self.treeWidget)
|
||||
item.setText(0, display_name)
|
||||
|
||||
Reference in New Issue
Block a user