3b7ae335f3
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/hplip#7cb6f648cdb35a0f018b511d10b516d6d9e4d638
16 lines
473 B
Diff
16 lines
473 B
Diff
diff --git a/uiscan.py b/uiscan.py
|
|
index f46ec5b..0ac993a 100755
|
|
--- a/uiscan.py
|
|
+++ b/uiscan.py
|
|
@@ -22,8 +22,8 @@ except ImportError as e:
|
|
|
|
|
|
|
|
-mod = module.Module(__mod__, __title__, __version__, __doc__, None, (INTERACTIVE_MODE,))
|
|
-
|
|
+mod = module.Module(__mod__, __title__, __version__, __doc__, None, (GUI_MODE,), (UI_TOOLKIT_QT4, UI_TOOLKIT_QT5))
|
|
+mod.setUsage(module.USAGE_FLAG_NONE, extra_options=None, see_also_list = ['hp-scan'])
|
|
|
|
|
|
if __name__ == "__main__":
|