diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-06 17:02:09 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-06 17:02:09 +0100 |
| commit | fa105b35025742223d4238c8314287ad9e9f78a5 (patch) | |
| tree | a23858d5894be17cb2d0caa08060c66e48994837 /archaeological_files/tests.py | |
| parent | da42af85b96513e69db706555fa6ac02b38bcaa7 (diff) | |
| parent | 4c5e12584c253b3d84abcf946cb6ce1bae8fcbcb (diff) | |
| download | Ishtar-fa105b35025742223d4238c8314287ad9e9f78a5.tar.bz2 Ishtar-fa105b35025742223d4238c8314287ad9e9f78a5.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'archaeological_files/tests.py')
| -rw-r--r-- | archaeological_files/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_files/tests.py b/archaeological_files/tests.py index 8a4c105c6..2b0a63af8 100644 --- a/archaeological_files/tests.py +++ b/archaeological_files/tests.py @@ -25,7 +25,8 @@ import json from django.conf import settings from django.contrib.auth.models import User -from django.test import TestCase + +from ishtar_common.tests import TestCase from ishtar_common.models import PersonType, Town, IshtarSiteProfile from archaeological_files import models |
