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:
@@ -34,7 +34,8 @@ from addonmanager_devmode_license_selector import LicenseSelector
|
||||
|
||||
translate = FreeCAD.Qt.translate
|
||||
|
||||
#pylint: disable=too-few-public-methods
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
|
||||
class LicensesTable:
|
||||
"""A QTableWidget and associated buttons for managing the list of authors and maintainers."""
|
||||
|
||||
Reference in New Issue
Block a user