1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

force uvloop

This commit is contained in:
checktheroads
2019-12-30 09:42:32 -07:00
parent a87f6e2975
commit b8dc7826fe

View File

@ -35,6 +35,11 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
"""
# Third Party Imports
# Stackprinter Configuration
import stackprinter
import uvloop
# Project Imports
# flake8: noqa: F401
from hyperglass import command
@ -44,11 +49,6 @@ from hyperglass import exceptions
from hyperglass import render
from hyperglass import util
import uvloop
# Stackprinter Configuration
import stackprinter
stackprinter.set_excepthook()
uvloop.install()