Library import list made cleaner.
parent
1480bd7af4
commit
ca90d082c3
9
morss.py
9
morss.py
|
@ -1,16 +1,19 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
from base64 import b64encode, b64decode
|
|
||||||
import os.path
|
import os.path
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
from base64 import b64encode, b64decode
|
||||||
|
import re
|
||||||
|
import string
|
||||||
|
|
||||||
import lxml.etree
|
import lxml.etree
|
||||||
import lxml.objectify
|
import lxml.objectify
|
||||||
import lxml.html
|
import lxml.html
|
||||||
import lxml.html.clean
|
import lxml.html.clean
|
||||||
import lxml.builder
|
import lxml.builder
|
||||||
import re
|
|
||||||
import string
|
|
||||||
import urllib2
|
import urllib2
|
||||||
from cookielib import CookieJar
|
from cookielib import CookieJar
|
||||||
import chardet
|
import chardet
|
||||||
|
|
Loading…
Reference in New Issue