[prev in list] [next in list] [prev in thread] [next in thread] 

List:       python-3000-checkins
Subject:    [Python-3000-checkins] r45813 -
From:       python-3000-checkins () python ! org (neal ! norwitz)
Date:       2006-04-30 2:32:45
Message-ID: 20060430023245.AC7141E400C () bag ! python ! org
[Download RAW message or body]

Author: neal.norwitz
Date: Sun Apr 30 04:32:45 2006
New Revision: 45813

Modified:
   python/branches/p3yk/Lib/xmlcore/etree/ElementInclude.py
Log:
Some of the test cases were failing due to the busted (relative) import.
This fixes some of the failures, but there are still more.


Modified: python/branches/p3yk/Lib/xmlcore/etree/ElementInclude.py
==============================================================================
--- python/branches/p3yk/Lib/xmlcore/etree/ElementInclude.py	(original)
+++ python/branches/p3yk/Lib/xmlcore/etree/ElementInclude.py	Sun Apr 30 04:32:45 2006
@@ -49,7 +49,7 @@
 ##
 
 import copy
-import ElementTree
+from . import ElementTree
 
 XINCLUDE = "{http://www.w3.org/2001/XInclude}"
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic