Permalink
Browse files

Merge pull request #454 from zgoda/fix_games_json_import

[Close #453] fix missing json import
  • Loading branch information...
2 parents 4a56696 + 063efd5 commit 4ade240dab2bd1633bfa5abfed1c143d713cff1e @didrocks didrocks committed Jun 13, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 umake/frameworks/games.py
@@ -27,7 +27,7 @@
import os
import re
import stat
-import requests
+import json
import umake.frameworks.baseinstaller
from umake.network.download_center import DownloadItem, DownloadCenter

0 comments on commit 4ade240

Please sign in to comment.