diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-05-03 23:45:02 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-05-03 23:45:02 +0100 |
commit | 9ae2e18fe6a25b9dfb0de3bd01916327c5c8a71a (patch) | |
tree | dcd70fcefe59d2a5b3a68988f1d29c4494ad15c4 /core | |
parent | 8ad791c594c478eb08b346f2efefc9adb7e72246 (diff) | |
download | troggle-9ae2e18fe6a25b9dfb0de3bd01916327c5c8a71a.tar.gz troggle-9ae2e18fe6a25b9dfb0de3bd01916327c5c8a71a.tar.bz2 troggle-9ae2e18fe6a25b9dfb0de3bd01916327c5c8a71a.zip |
delete redundant logbook dump
Diffstat (limited to 'core')
-rw-r--r-- | core/TESTS/test_imports.py | 1 | ||||
-rw-r--r-- | core/views/other.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/core/TESTS/test_imports.py b/core/TESTS/test_imports.py index 672f581..9edd5c5 100644 --- a/core/TESTS/test_imports.py +++ b/core/TESTS/test_imports.py @@ -67,7 +67,6 @@ class SimpleTest(SimpleTestCase): def test_import_parsers_mix(self): from troggle.parsers.logbooks import GetCaveLookup import troggle.settings - import troggle.logbooksdump import troggle.parsers.caves import troggle.parsers.people import troggle.parsers.drawings diff --git a/core/views/other.py b/core/views/other.py index 6f06ecf..56ad5a4 100644 --- a/core/views/other.py +++ b/core/views/other.py @@ -32,7 +32,6 @@ todo = ''' so this is only a tool for a first pass, to be followed by extensive hand-editing! When we have done all the old logbooks, delete this function and the two templates. -- But how does this interact with troggle/logbooksdump.py ? ''' def todos(request, module): |