##// END OF EJS Templates
Fix %history to stop printing last line....
Fix %history to stop printing last line. This was triggering a recursive calling of %hist in doctests, resulting in spurious output from the test suite. Closes https://bugs.launchpad.net/ipython/+bug/507705 Also minor pep-8 formatting cleanups.

File last commit:

r2271:62858c7c
r2474:61fcf214
Show More
test_imports.py
5 lines | 43 B | text/x-python | PythonLexer
#!/usr/bin/env python
# encoding: utf-8