Addon Manager: Refactor installation code
Improve testability of installation code by refactoring it to completely separate the GUI and non-GUI code, and to provide more robust support for non-GUI access to some type of Addon Manager activity.
This commit is contained in:
@@ -42,7 +42,8 @@ from PySide.QtWidgets import (
|
||||
|
||||
translate = FreeCAD.Qt.translate
|
||||
|
||||
#pylint: disable=too-few-public-methods
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
|
||||
class AddonManagerOptions:
|
||||
"""A class containing a form element that is inserted as a FreeCAD preference page."""
|
||||
|
||||
Reference in New Issue
Block a user