Staging
v0.5.1
Raw File
test_future4.py
from __future__ import unicode_literals

import unittest

if __name__ == "__main__":
    unittest.main()
back to top