##// END OF EJS Templates
Handle unicode properly in IPython.zmq.iostream
Handle unicode properly in IPython.zmq.iostream

File last commit:

r3408:261328d5
r4070:19d5c41f
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from guid import *
except ImportError:
from _guid import *