Skip to content

Commit db756ff

Browse files
committed
[Python 3] import
1 parent 775fe4d commit db756ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

script/manipulation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
from common import robot, vf, ps, Ground, Box, Pokeball, PathPlayer, gripperName, ballName
1+
from .common import robot, vf, ps, Ground, Box, Pokeball, PathPlayer, gripperName, ballName

src/hpp/corbaserver/practicals/manipulation/ur5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# hpp-universal-robot. If not, see
1717
# <http://www.gnu.org/licenses/>.
1818

19-
from robot import Robot
19+
from .robot import Robot

src/hpp/corbaserver/practicals/ur5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# hpp-universal-robot. If not, see
1717
# <http://www.gnu.org/licenses/>.
1818

19-
from robot import Robot
19+
from .robot import Robot

0 commit comments

Comments
 (0)