blob: 5456449a725b6dcc24f1b1bdc0ff03b9ad024246 [file] [log] [blame]
Christian Heimesb1b3efc2008-03-26 23:24:27 +00001from __future__ import print_function
2from __future__ import unicode_literals
3
4import unittest
5from test import test_support
6
7def test_main():
8 pass
9
10if __name__ == "__main__":
11 test_main()