changeset 138:ee5d5d712176

no import in lmh.__init__ any more
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sat, 30 Sep 2023 14:12:39 +0100
parents 09019621f790
children bb3ca6c5a037
files lib/python/cc/lmh/test/test_keys.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/python/cc/lmh/test/test_keys.py	Sat Sep 30 14:11:49 2023 +0100
+++ b/lib/python/cc/lmh/test/test_keys.py	Sat Sep 30 14:12:39 2023 +0100
@@ -1,6 +1,6 @@
 '''Some regression tests for sort_date'''
 
-from cc.lmh import *
+from cc.lmh.sort_date import cdx_key
 
 import os.path