plcopen/__init__.py
changeset 2 93bc4c2cf376
parent 0 b622defdfd98
child 58 39cd981ff242
--- a/plcopen/__init__.py	Thu Feb 01 18:09:34 2007 +0100
+++ b/plcopen/__init__.py	Wed Feb 07 18:43:32 2007 +0100
@@ -9,7 +9,7 @@
 #See COPYING file for copyrights details.
 #
 #This library is free software; you can redistribute it and/or
-#modify it under the terms of the GNU Lesser General Public
+#modify it under the terms of the GNU General Public
 #License as published by the Free Software Foundation; either
 #version 2.1 of the License, or (at your option) any later version.
 #
@@ -18,7 +18,7 @@
 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 #Lesser General Public License for more details.
 #
-#You should have received a copy of the GNU Lesser General Public
+#You should have received a copy of the GNU General Public
 #License along with this library; if not, write to the Free Software
 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
@@ -31,7 +31,6 @@
 for typename, typ in plcopen.PLCOpenTypes.items():
     plcopen.__dict__[typename] = typ
 from plcopen import VarOrder
-from plcopen import HolePseudoFile
 
 from structures import *
 from docpdf import *
\ No newline at end of file