9 lines
180 B
Python
9 lines
180 B
Python
# -*- coding: utf-8 -*-
|
|
# FreeCAD init script of the AddonManager module
|
|
# (c) 2001 Juergen Riegel
|
|
# License LGPL
|
|
|
|
import FreeCAD
|
|
|
|
FreeCAD.__unit_test__ += ["TestAddonManagerApp"]
|