We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053a598 commit c087a57Copy full SHA for c087a57
joint_control/keyframes/__init__.py
@@ -1,10 +1,10 @@
1
'''Keyframes from Aldebaran
2
'''
3
4
-from leftBackToStand import leftBackToStand
5
-from leftBellyToStand import leftBellyToStand
6
-from rightBackToStand import rightBackToStand
7
-from rightBellyToStand import rightBellyToStand
+from .leftBackToStand import leftBackToStand
+from .leftBellyToStand import leftBellyToStand
+from .rightBackToStand import rightBackToStand
+from .rightBellyToStand import rightBellyToStand
8
9
-from hello import hello
10
-from wipe_forehead import wipe_forehead
+from .hello import hello
+from .wipe_forehead import wipe_forehead
0 commit comments