fix import for python2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user