Explorar el Código

Merge branch 'master' of https://github.com/notcammy/PyInstaLive

Cammy hace 6 años
padre
commit
73d76ae895
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pyinstalive/startup.py

+ 2 - 2
pyinstalive/startup.py

@@ -6,7 +6,7 @@ import platform
 import subprocess
 
 try:
-    from urllib.parse import urlparse
+    import urlparse
     import pil
     import auth
     import logger
@@ -16,7 +16,7 @@ try:
     import dlfuncs
     from constants import Constants
 except ImportError:
-    from urlparse import urlparse
+    from urllib.parse import urlparse
     from . import pil
     from . import auth
     from . import logger