powerline/tests/__init__.py
2013-03-11 10:40:09 +01:00

7 lines
168 B
Python

# vim:fileencoding=utf-8:noet
import sys
if sys.version_info < (2, 7):
from unittest2 import TestCase, main # NOQA
else:
from unittest import TestCase, main # NOQA