summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/TESTS/test_imports.py1
-rw-r--r--core/views/other.py1
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):