plcopen/__init__.py
changeset 1329 9d0cb01312f0
parent 1299 9ffc49bfdf9d
child 1390 0f4d32a033e0
--- a/plcopen/__init__.py	Thu Sep 26 20:47:36 2013 +0900
+++ b/plcopen/__init__.py	Fri Sep 27 09:32:39 2013 +0900
@@ -25,9 +25,7 @@
 # Package initialisation
 
 # plcopen module dynamically creates its classes
-import plcopen
-for classname, cls in plcopen.PLCOpenClasses.items():
-    plcopen.__dict__[classname] = cls
-from plcopen import VarOrder, ElementNameToClass, rect
+from plcopen import PLCOpenParser, LoadProject, SaveProject, LoadPou, \
+    LoadPouInstances, VarOrder, QualifierList, rect
 
 from structures import *