POULibrary.py
changeset 772 98786137232d
parent 732 c4b0f117e106
child 1511 91538d0c242c
--- a/POULibrary.py	Thu Jun 14 15:50:57 2012 +0200
+++ b/POULibrary.py	Thu Jun 14 18:50:10 2012 +0200
@@ -1,8 +1,8 @@
-from PLCControler import PLCControler
 from weakref import ref
 
 class POULibrary:
     def __init__(self, CTR, LibName, TypeStack):
+        from PLCControler import PLCControler
         self.CTR = ref(CTR)
         self.LibName = LibName
         self.LibraryControler = PLCControler()