Import fixes in a python 3 compatible way

This commit is contained in:
Manuel Cortez 2018-10-08 11:19:56 -05:00
parent 60174a9a64
commit 17bc40c920

View File

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
import sys
import fix_requests
from . import fix_requests
from .import fix_winpaths
def setup():
fix_requests.fix()