On Tue, May 01, 2007 at 06:43:46PM +0200, blekot wrote: > +- from cElementTree import ElementTree, Element, SubElement, tostring > ++ from _elementtree import ElementTree, Element, SubElement, tostring
zgodnie z założeniami to raczej: from xml.etree.cElementTree import ElementTree, Element, SubElement, tostring > + except ImportError: > + from elementtree.ElementTree import ElementTree, Element, SubElement, > tostring a tu ew. from xml.etree.ElementTree import ElementTree, Element, SubElement, tostring (ale nie powinno być takiej potrzeby, jeśli zakładamy pythona 2.5) -- Jakub Bogusz http://qboosh.pl/ _______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
