We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739707b commit 5602725Copy full SHA for 5602725
python/ccdb/__init__.py
@@ -45,7 +45,7 @@ def get_ccdb_home_path():
45
46
def init_ccdb_console():
47
from .cmd import ConsoleContext
48
- import cmd.colorama
+ import ccdb.cmd.colorama
49
50
# TODO move ccdb to pure logging. NO print command at all
51
0 commit comments