kpsul/kfet/tests.py
Aurélien Delobelle ba0a5d0d27 Py2 compatible
2016-09-01 00:45:44 +02:00

10 lines
218 B
Python

# -*- coding: utf-8 -*-
from __future__ import (absolute_import, division,
print_function, unicode_literals)
from builtins import *
from django.test import TestCase
# Create your tests here.