forked from mirrors/thatmattlove-hyperglass
force uvloop
This commit is contained in:
parent
a87f6e2975
commit
b8dc7826fe
1 changed files with 5 additions and 5 deletions
|
|
@ -35,6 +35,11 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
POSSIBILITY OF SUCH DAMAGE.
|
POSSIBILITY OF SUCH DAMAGE.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Third Party Imports
|
||||||
|
# Stackprinter Configuration
|
||||||
|
import stackprinter
|
||||||
|
import uvloop
|
||||||
|
|
||||||
# Project Imports
|
# Project Imports
|
||||||
# flake8: noqa: F401
|
# flake8: noqa: F401
|
||||||
from hyperglass import command
|
from hyperglass import command
|
||||||
|
|
@ -44,11 +49,6 @@ from hyperglass import exceptions
|
||||||
from hyperglass import render
|
from hyperglass import render
|
||||||
from hyperglass import util
|
from hyperglass import util
|
||||||
|
|
||||||
import uvloop
|
|
||||||
|
|
||||||
# Stackprinter Configuration
|
|
||||||
import stackprinter
|
|
||||||
|
|
||||||
stackprinter.set_excepthook()
|
stackprinter.set_excepthook()
|
||||||
|
|
||||||
uvloop.install()
|
uvloop.install()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue