mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-18 22:50:57 +00:00
99727d5882
the 'level' argument of __import__. git-svn-id: http://svn.pyinstaller.org/trunk@671 8dd32b29-ccff-0310-8a9a-9233e24343b1
2 lines
39 B
Python
2 lines
39 B
Python
assert "foo".decode("ascii") == u"foo"
|