From ca90d082c3d1885b18a9f2c2da949908038efac8 Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 23 Apr 2013 00:04:44 +0200 Subject: [PATCH] Library import list made cleaner. --- morss.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/morss.py b/morss.py index cd04236..6dabb01 100644 --- a/morss.py +++ b/morss.py @@ -1,16 +1,19 @@ #!/usr/bin/env python import sys import os -from base64 import b64encode, b64decode import os.path import time + +from base64 import b64encode, b64decode +import re +import string + import lxml.etree import lxml.objectify import lxml.html import lxml.html.clean import lxml.builder -import re -import string + import urllib2 from cookielib import CookieJar import chardet