##// END OF EJS Templates
Fixing a few typo bugs in Extensions.
Fixing a few typo bugs in Extensions.

File last commit:

r2039:eb3ef22e
r2041:96b534a8
Show More
test_imports.py
21 lines | 455 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