Update API version

This commit is contained in:
2017-03-13 02:16:34 -06:00
parent 2c6704ae9e
commit ead1f186f0
17 changed files with 199 additions and 52 deletions

View File

@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
import sys
import fix_requests
import fix_win32com
if hasattr(sys, "frozen"):
import fix_win32com
def setup():
fix_requests.fix()