Revision 4b94fa20

View differences:

client/python/hlrc_client/MiddlewareRSB.py
38 38
    from rst.robot.GazeTarget_pb2   import GazeTarget
39 39
    from rst.robot.MouthTarget_pb2  import MouthTarget
40 40
except ImportError, e:
41
    print("Warning, RSB could be imported, but the required message types do not exists:")
41
    print("Warning, RSB could be imported, but the required message types do not exist: ")
42 42
    print e
43 43

  
44 44
#except ImportError as exception:

Also available in: Unified diff