##// END OF EJS Templates
Removing external/Mochikit as we don't use it for anything.
Removing external/Mochikit as we don't use it for anything.

File last commit:

r1234:52b55407
r1235:232d740b
Show More
tst_tools_utils_doctest.py
12 lines | 257 B | text/x-python | PythonLexer
/ IPython / tools / tests / tst_tools_utils_doctest.py
Brian E Granger
This is a manual merge of certain things in the ipython1-dev branch, revision 46, into the main ...
r1234 # Setup - all imports are done in tcommon
from IPython.testutils import tcommon
from IPython.testutils.tcommon import *
# Doctest code begins here
from IPython.tools import utils
for i in range(10):
print i,
print i+1
print 'simple loop is over'