Add recent python compatibility

git-svn-id: http://svn.pyinstaller.org/trunk@399 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
naufraghi
2007-12-21 19:18:57 +00:00
parent 7987a66e6b
commit 69c8f2b5bd
+4 -1
View File
@@ -15,5 +15,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
print "test5 - W ignore"
import regex
try:
import regex
except ImportError:
import re
print "test5 - done"