File: __init__.py

package info (click to toggle)
exam 0.10.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: python: 759; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
import sys


if sys.version_info < (2, 7):
    from unittest2 import TestCase  # NOQA
else:
    from unittest import TestCase  # NOQA