fix a bug with relative imports

This commit is contained in:
Olivier R-D 2013-01-11 11:17:35 +01:00
parent b0806c945c
commit fb56ed130c

View File

@ -76,7 +76,7 @@ except ImportError:
print("pymath3d library could not be found on this computer, disabling use of matrices")
#import urrtmon #temproarely disabled
from urx import urparser
import urx.urparser as urparser
class RobotException(Exception):