Selaa lähdekoodia

Merge remote-tracking branch 'origin/master'

jhao 6 vuotta sitten
vanhempi
sitoutus
8e7fb6ba69
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Api/ProxyApi.py

+ 1 - 1
Api/ProxyApi.py

@@ -87,7 +87,7 @@ def getStatus():
 
 if platform.system() != "Windows":
     import gunicorn.app.base
-    from gunicorn.six import iteritems
+    from six import iteritems
 
 
     class StandaloneApplication(gunicorn.app.base.BaseApplication):