Fix import of appdirs in Configuration class

Import of appdirs without reference to cheat module caused
ModuleNotFoundError
This commit is contained in:
Tomas Korbar 2019-03-21 14:56:36 +01:00
parent c1fceb5f0d
commit fdc414ede3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from cheat.utils import Utils
import appdirs
import cheat.appdirs as appdirs
import json
import os