# vim: tabstop=4 shiftwidth=4 softtabstop=4 import unittest class TestCase(unittest.TestCase): pass