diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 00:11:08 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-13 00:11:08 +0100 |
commit | 2a1710596a48ce0dbd2b4aa5f510f0c79bd57b99 (patch) | |
tree | 9c93df7272f53ce66e3ff6b0340b972dcb75ec5f /core/TESTS | |
parent | b602f3ae13ef8c620c19ea3e56257f0693e0a1b0 (diff) | |
download | troggle-2a1710596a48ce0dbd2b4aa5f510f0c79bd57b99.tar.gz troggle-2a1710596a48ce0dbd2b4aa5f510f0c79bd57b99.tar.bz2 troggle-2a1710596a48ce0dbd2b4aa5f510f0c79bd57b99.zip |
moving save_carefully()
Diffstat (limited to 'core/TESTS')
-rw-r--r-- | core/TESTS/test_imports.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/TESTS/test_imports.py b/core/TESTS/test_imports.py index b726ae8..46c590d 100644 --- a/core/TESTS/test_imports.py +++ b/core/TESTS/test_imports.py @@ -32,7 +32,7 @@ class SimpleTest(SimpleTestCase): from troggle.core.models_caves import Cave def test_import_parsers_surveys(self): from PIL import Image - from utils import save_carefully + from troggle.core.utils import save_carefully from functools import reduce def test_import_parsers_survex(self): import troggle.settings as settings @@ -43,7 +43,6 @@ class SimpleTest(SimpleTestCase): from troggle.core.views.caves import MapLocations def test_import_parsers_QMs(self): from troggle.core.models_caves import QM, Cave, LogbookEntry - from utils import save_carefully def test_import_parsers_people(self): from html.parser import HTMLParser from unidecode import unidecode |