plcopen/__init__.py
changeset 151 aaa80b48bead
parent 58 39cd981ff242
child 190 f37abf3ee358
--- a/plcopen/__init__.py	Tue Jan 22 10:53:34 2008 +0100
+++ b/plcopen/__init__.py	Tue Jan 22 10:57:41 2008 +0100
@@ -28,8 +28,6 @@
 import plcopen
 for classname, cls in plcopen.PLCOpenClasses.items():
     plcopen.__dict__[classname] = cls
-for typename, typ in plcopen.PLCOpenTypes.items():
-    plcopen.__dict__[typename] = typ
 from plcopen import VarOrder
 
 from structures import *