mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
Add recent python compatibility
git-svn-id: http://svn.pyinstaller.org/trunk@399 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
+4
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user