Commit e463ba1f authored by Jim Fulton's avatar Jim Fulton

Removed unused broken code for running as a script.

parent 84fe7245
......@@ -405,6 +405,3 @@ class Rollback(object):
def test_suite():
from doctest import DocTestSuite
return DocTestSuite()
if __name__ == '__main__':
unittest.main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment