[Dev OpenGP] [133] bugfix

[ Thread Index | Date Index | More opengp.tuxfamily.org/development Archives ]


Revision: 133
Author:   nicolaf
Date:     2009-03-27 03:44:19 +0100 (Fri, 27 Mar 2009)

Log Message:
-----------
bugfix

Modified Paths:
--------------
    trunk/src/lib/ogp/core/ogpcore.py


Modified: trunk/src/lib/ogp/core/ogpcore.py
===================================================================
--- trunk/src/lib/ogp/core/ogpcore.py	2009-03-27 02:37:10 UTC (rev 132)
+++ trunk/src/lib/ogp/core/ogpcore.py	2009-03-27 02:44:19 UTC (rev 133)
@@ -86,7 +86,7 @@
 			self.l.simple_bind_s(dn, passwd)
 			path = dirname(resource_filename(__name__, '__init.py__'))
 			schema_f=open(join(path, XML_SCHEMA))
-			self.__schema = etree.XMLSchema(parse(schema_f))
+			self.__schema = XMLSchema(parse(schema_f))
 			close(f)
 
 		def __del__(self):


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/