Christian Heimes | b1b3efc | 2008-03-26 23:24:27 +0000 | [diff] [blame] | 1 | from __future__ import print_function |
2 | from __future__ import unicode_literals | ||||
3 | |||||
4 | import unittest | ||||
5 | from test import test_support | ||||
6 | |||||
7 | def test_main(): | ||||
8 | pass | ||||
9 | |||||
10 | if __name__ == "__main__": | ||||
11 | test_main() |