Changeset 399

Show
Ignore:
Timestamp:
Fri Dec 21 13:18:57 2007
Author:
naufraghi
Message:

Add recent python compatibility

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/buildtests/test5.py

    r43 r399  
    16 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA  
    17 17 print "test5 - W ignore"  
    18   import regex  
      18 try:  
      19     import regex  
      20 except ImportError:  
      21     import re  
    19 22 print "test5 - done"