Revision 38936fe1 client/python/hlrc_client/Middleware.py
client/python/hlrc_client/Middleware.py | ||
---|---|---|
27 | 27 |
|
28 | 28 |
import sys |
29 | 29 |
import logging |
30 |
from RobotEmotion import * |
|
31 |
from RobotGaze import * |
|
32 |
from RobotMouth import * |
|
33 |
from RobotAnimation import * |
|
30 |
from .RobotEmotion import *
|
|
31 |
from .RobotGaze import *
|
|
32 |
from .RobotMouth import *
|
|
33 |
from .RobotAnimation import *
|
|
34 | 34 |
|
35 | 35 |
class Middleware: |
36 | 36 |
####################################################################### |
Also available in: Unified diff