##// END OF EJS Templates
Release.py => core/release.py and imports updated.
Release.py => core/release.py and imports updated.

File last commit:

r2042:432682cf
r2043:7e329243
Show More
test_imports.py
23 lines | 526 B | text/x-python | PythonLexer
#!/usr/bin/env python
# encoding: utf-8
def test_import_coloransi():
from IPython.utils import coloransi
def test_import_DPyGetOpt():
from IPython.utils import DPyGetOpt
def test_import_generics():
from IPython.utils import generics
def test_import_genutils():
from IPython.utils import genutils
def test_import_ipstruct():
from IPython.utils import ipstruct
def test_import_platutils():
from IPython.utils import platutils
def test_import_PyColorize():
from IPython.utils import PyColorize