Browse Source

*** empty log message ***

gregw 24 năm trước cách đây
mục cha
commit
46a06c40f0
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      direct/src/directdevices/DirectDeviceManager.py

+ 4 - 4
direct/src/directdevices/DirectDeviceManager.py

@@ -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):