AddonManager: Fixed missing WB icons

This commit is contained in:
Yorik van Havre
2021-02-23 18:01:04 +01:00
parent 1939b93fa7
commit 3ef181a751

View File

@@ -36,6 +36,7 @@ import FreeCADGui
from addonmanager_utilities import translate # this needs to be as is for pylupdate
from addonmanager_workers import *
import addonmanager_utilities as utils
import AddonManager_rc
__title__ = "FreeCAD Addon Manager Module"
__author__ = "Yorik van Havre", "Jonathan Wiedemann", "Kurt Kremitzki"