mirror of https://github.com/cheat/cheat.git
Fix import of appdirs in Configuration class
Import of appdirs without reference to cheat module caused ModuleNotFoundError
This commit is contained in:
parent
c1fceb5f0d
commit
fdc414ede3
|
@ -1,5 +1,5 @@
|
||||||
from cheat.utils import Utils
|
from cheat.utils import Utils
|
||||||
import appdirs
|
import cheat.appdirs as appdirs
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue