Fix: Crashbug that was caused by an import of an
[osm/vim-emu.git] / src / emuvim / api / rest / rest_api_endpoint.py
index 0539e7d..a980dc9 100755 (executable)
@@ -30,7 +30,7 @@ import logging
 import threading
 from flask import Flask
 from flask_restful import Api
 import threading
 from flask import Flask
 from flask_restful import Api
-from gevent.wsgi import WSGIServer
+from gevent.pywsgi import WSGIServer
 
 # need to import total module to set its global variable dcs
 import compute
 
 # need to import total module to set its global variable dcs
 import compute