diff --git a/hyperglass/__init__.py b/hyperglass/__init__.py index 74b1218..6ee816c 100644 --- a/hyperglass/__init__.py +++ b/hyperglass/__init__.py @@ -43,7 +43,11 @@ from hyperglass import constants from hyperglass import exceptions from hyperglass import render +import uvloop + # Stackprinter Configuration import stackprinter stackprinter.set_excepthook() + +uvloop.install()