moving save_carefully()

This commit is contained in:
Philip Sargent
2021-04-13 00:11:08 +01:00
parent b602f3ae13
commit 2a1710596a
7 changed files with 54 additions and 53 deletions

View File

@@ -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