fix import for python2

This commit is contained in:
Olivier R-D
2013-01-26 21:19:15 +01:00
parent 6554cae086
commit 5f127b3b97
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ Python library to control an UR robot through its TCP/IP interface
from .urx import Robot, RobotException, URScript
from .urx import Robot, RobotException, URRobot
from .tracker import Tracker