*** empty log message ***

This commit is contained in:
gregw 2002-02-25 21:42:06 +00:00
parent 59f0a51f6c
commit 46a06c40f0

View File

@ -7,10 +7,10 @@ ANALOG_MIN = -0.95
ANALOG_MAX = 0.95
ANALOG_DEADBAND = 0.125
#try:
# myBase = base
#except:
# myBase = simbase
try:
myBase = base
except:
myBase = simbase
class DirectDeviceManager(VrpnClient, DirectObject):
def __init__(self, server = None):