fix a bug with relative imports
This commit is contained in:
@ -76,7 +76,7 @@ except ImportError:
|
|||||||
print("pymath3d library could not be found on this computer, disabling use of matrices")
|
print("pymath3d library could not be found on this computer, disabling use of matrices")
|
||||||
|
|
||||||
#import urrtmon #temproarely disabled
|
#import urrtmon #temproarely disabled
|
||||||
from urx import urparser
|
import urx.urparser as urparser
|
||||||
|
|
||||||
|
|
||||||
class RobotException(Exception):
|
class RobotException(Exception):
|
||||||
|
Reference in New Issue
Block a user