##// END OF EJS Templates
Delete all references to old IPython.external.guid...
Delete all references to old IPython.external.guid This reverts commit a36c8d5b0e660e57d2a3051d06670780c1e75c97, where uuid was replaced with guid. Signed-off-by: Thomas Spura <thomas.spura@gmail.com>

File last commit:

r3408:261328d5
r5807:3ba61c59
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from guid import *
except ImportError:
from _guid import *