[Draft] Cleanup of Annotation style branch
Further cleanup and guarded imports of Gui in modules. .
This commit is contained in:
committed by
Yorik van Havre
parent
cb4295fd8a
commit
a4f7bc43f6
@@ -21,16 +21,16 @@
|
||||
# ***************************************************************************
|
||||
"""This module provides the Draft Annotations view provider base class
|
||||
"""
|
||||
## @package polararray
|
||||
## @package annotation
|
||||
# \ingroup DRAFT
|
||||
# \brief This module provides the Draft Annotations view provider base class
|
||||
|
||||
|
||||
import FreeCAD as App
|
||||
import FreeCADGui as Gui
|
||||
from PySide.QtCore import QT_TRANSLATE_NOOP
|
||||
|
||||
|
||||
if App.GuiUp:
|
||||
import FreeCADGui as Gui
|
||||
|
||||
class ViewProviderAnnotationStylesContainer:
|
||||
"""A View Provider for the Layer Container"""
|
||||
|
||||
Reference in New Issue
Block a user