Skip to content

Commit

Permalink
Fix #37 wrong logging names of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepSOIC committed Sep 21, 2019
1 parent 6ed8bae commit 5ca3d61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PartOMagic/Features/AssyFeatures/__init__.py
@@ -1,4 +1,4 @@
print("Part-o-magic: loading Features")
print("Part-o-magic: loading AssyFeatures")


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion PartOMagic/Gui/LinkTools/__init__.py
@@ -1,4 +1,4 @@
print("Part-o-magic: loading Tools")
print("Part-o-magic: loading LinkTools")


__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion PartOMagic/Gui/Tools/SelectionTools.py
@@ -1,4 +1,4 @@
print("Part-o-magic: loading Duplicate")
print("Part-o-magic: loading SelectionTools")

import FreeCAD as App
import FreeCADGui as Gui
Expand Down

0 comments on commit 5ca3d61

Please sign in to comment.