cleanup imports
This commit is contained in:
parent
7b22d50d82
commit
28d84dd3eb
1 changed files with 1 additions and 4 deletions
|
@ -1,13 +1,10 @@
|
||||||
# -*- Mode: Python; -*-
|
# -*- Mode: Python; -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vi:si:et:sw=2:sts=2:ts=2
|
# vi:si:et:sw=2:sts=2:ts=2
|
||||||
|
|
||||||
import re
|
|
||||||
import urllib2
|
|
||||||
from urllib import quote
|
from urllib import quote
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
import feedparser
|
|
||||||
|
|
||||||
|
import feedparser
|
||||||
from oxutils.cache import getUrl
|
from oxutils.cache import getUrl
|
||||||
from oxutils import findString
|
from oxutils import findString
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue