mirror of
https://github.com/lutris/lutris
synced 2024-11-02 09:53:24 +00:00
fixed missing import in installer
This commit is contained in:
parent
0f4d6c0fac
commit
8294f38c64
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ from lutris.config import LutrisConfig
|
|||
from lutris.gui.common import ErrorDialog, DirectoryDialog
|
||||
from lutris.gui.widgets import DownloadProgressBox
|
||||
from lutris.shortcuts import create_launcher
|
||||
from lutris.settings import CACHE_DIR, DATA_DIR
|
||||
from lutris.settings import CONFIG_DIR, CACHE_DIR, DATA_DIR
|
||||
from lutris.constants import INSTALLER_URL, GAME_CONFIG_PATH
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue