Skip to content

Commit 5602725

Browse files
committed
this seems to work on both EL7 and 9
1 parent 739707b commit 5602725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ccdb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_ccdb_home_path():
4545

4646
def init_ccdb_console():
4747
from .cmd import ConsoleContext
48-
import cmd.colorama
48+
import ccdb.cmd.colorama
4949

5050
# TODO move ccdb to pure logging. NO print command at all
5151

0 commit comments

Comments
 (0)