File: __init__.py

package info (click to toggle)
python-restless 2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: python: 2,124; makefile: 148
file content (4 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (6)
1
2
3
4
import unittest

if not hasattr(unittest.TestCase, 'addCleanup'):
    raise Exception("You're likely running Python 2.6. Please test on a newer version of Python.")