From 10cabf08c3a18c65411edb500919a1e4c95be46e Mon Sep 17 00:00:00 2001 From: Rentlau Date: Fri, 3 Apr 2015 18:04:00 +0100 Subject: [PATCH] Release of 2015-04-03 : Modification : WF_ObjRot_2015.py line 8 import ObjRotGui_2015 as ObjRotGui (deleted) line 9 import __init__ as func (changed into) --- WorkFeature/WF_ObjRot_2015.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/WorkFeature/WF_ObjRot_2015.py b/WorkFeature/WF_ObjRot_2015.py index 4a18767..f7bc2fb 100644 --- a/WorkFeature/WF_ObjRot_2015.py +++ b/WorkFeature/WF_ObjRot_2015.py @@ -5,8 +5,7 @@ import sys if not sys.path.__contains__("/usr/lib/freecad/lib"): sys.path.append("/usr/lib/freecad/lib") -import ObjRotGui_2015 as ObjRotGui -import MY_Functions as func +import __init__ as func global myRelease myRelease = "2105_02" @@ -293,7 +292,7 @@ class Translation(): return self.m_num_cpy = int(value) except ValueError: - func. printError_msg("Number must be valid !") + func.printError_msg("Number must be valid !") if self.msg != 0: func.print_msg("New copy number is :" + str(self.m_num_cpy))