cosmopolitan/third_party/python/Lib/test/test_future4.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
105 B
Python
Raw Normal View History

from __future__ import unicode_literals
import unittest
if __name__ == "__main__":
unittest.main()