rename urx.py to urrobot.py to avoid import error

This commit is contained in:
Olivier R-D 2013-09-20 08:09:59 +02:00
parent f34d5ee803
commit dc01f2a4cb
2 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ __version__ = "0.8"
from .urx import Robot, RobotException, URRobot
from .urrobot import Robot, RobotException, URRobot