Ver código fonte

Adding initRemote to labkeyInterface for SlicerExtension compatibility

Andrej 4 anos atrás
pai
commit
d8e7fdeeca
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      labkeyInterface.py

+ 3 - 0
labkeyInterface.py

@@ -15,6 +15,9 @@ class labkeyInterface:
             raise
 
         self.connectionConfig=json.load(f)
+        self.initRemote()
+
+    def initRemote():
         
         self.http=urllib3.PoolManager()