mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Fix typo, clean up imports (#381)
* Fix typo, utils.py needs a few globals * Clean up imports
This commit is contained in:
@@ -31,10 +31,8 @@ import string
|
|||||||
import time
|
import time
|
||||||
import base64
|
import base64
|
||||||
import codecs
|
import codecs
|
||||||
import collections
|
|
||||||
import csv
|
import csv
|
||||||
import datetime
|
import datetime
|
||||||
from htmlentitydefs import name2codepoint
|
|
||||||
import json
|
import json
|
||||||
import mimetypes
|
import mimetypes
|
||||||
import platform
|
import platform
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
from var import GM_Globals, GM_WINDOWS, GM_SYS_ENCODING
|
||||||
|
import collections
|
||||||
|
from htmlentitydefs import name2codepoint
|
||||||
from HTMLParser import HTMLParser
|
from HTMLParser import HTMLParser
|
||||||
|
|
||||||
def convertUTF8(data):
|
def convertUTF8(data):
|
||||||
|
|||||||
Reference in New Issue
Block a user