Skip to content

Commit c087a57

Browse files
authored
use releative import for python3
1 parent 053a598 commit c087a57

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

joint_control/keyframes/__init__.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
'''Keyframes from Aldebaran
22
'''
33

4-
from leftBackToStand import leftBackToStand
5-
from leftBellyToStand import leftBellyToStand
6-
from rightBackToStand import rightBackToStand
7-
from rightBellyToStand import rightBellyToStand
4+
from .leftBackToStand import leftBackToStand
5+
from .leftBellyToStand import leftBellyToStand
6+
from .rightBackToStand import rightBackToStand
7+
from .rightBellyToStand import rightBellyToStand
88

9-
from hello import hello
10-
from wipe_forehead import wipe_forehead
9+
from .hello import hello
10+
from .wipe_forehead import wipe_forehead

0 commit comments

Comments
 (0)