Changeset 379

Show
Ignore:
Timestamp:
Tue Dec 4 10:46:50 2007
Author:
naufraghi
Message:

Minimize test case

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/python2.5/buildtests/test13.py

    r362 r379  
    17 17  
    18 18 print "test13 - Used to fail if _xmlplus is installed"  
    19   try:  
    20       import PyQt4  
    21   except:  
    22       pass  
    23   else:  
    24       from PyQt4 import uic  
      19  
      20 from xml.etree.cElementTree import parse, SubElement  
      21  
    25 22 print "test13 DONE"