diff options
Diffstat (limited to 'core/TESTS')
-rw-r--r-- | core/TESTS/test_imports.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/TESTS/test_imports.py b/core/TESTS/test_imports.py index 074bfbc..585b0fe 100644 --- a/core/TESTS/test_imports.py +++ b/core/TESTS/test_imports.py @@ -34,7 +34,7 @@ class SimpleTest(SimpleTestCase): def test_import_Cave(self): from troggle.core.models.caves import Cave def test_import_parsers_surveys(self): - from PIL import Image + #from PIL import Image from troggle.core.utils import save_carefully from functools import reduce def test_import_parsers_survex(self): |