summaryrefslogtreecommitdiffstats
path: root/gamechestcli/gamechest/cliactions/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/gamechest/cliactions/run.py')
-rw-r--r--gamechestcli/gamechest/cliactions/run.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gamechestcli/gamechest/cliactions/run.py b/gamechestcli/gamechest/cliactions/run.py
index b5369aa..d6791d0 100644
--- a/gamechestcli/gamechest/cliactions/run.py
+++ b/gamechestcli/gamechest/cliactions/run.py
@@ -1,14 +1,13 @@
import subprocess
import sys
-from .. import paths
from ..gamedb import GameDB
from ..statusdb import StatusDB
def run_game(game_db, profile_id, game_info):
command = game_db.get_game_command(profile_id, game_info['id'])
- #tools_bin_path = paths.get_games_saves_tools_bin_path()
+ #tools_bin_path = config.get_games_saves_tools_bin_path()
#new_env = dict(os.environ)
#new_env['PATH'] = f'{tools_bin_path}:{new_env["PATH"]}'
# path to mod/run scripts are already prepended by get_game_command, no