2to3: local import
parent
47c8a511ff
commit
3fb90cb7b4
|
@ -1 +1 @@
|
||||||
from morss import *
|
from .morss import *
|
||||||
|
|
|
@ -9,8 +9,8 @@ from ConfigParser import ConfigParser
|
||||||
from fnmatch import fnmatch
|
from fnmatch import fnmatch
|
||||||
import lxml.html
|
import lxml.html
|
||||||
|
|
||||||
import feeds
|
from . import feeds
|
||||||
import crawler
|
from . import crawler
|
||||||
|
|
||||||
|
|
||||||
def to_class(query):
|
def to_class(query):
|
||||||
|
|
|
@ -14,9 +14,9 @@ import json
|
||||||
import lxml.etree
|
import lxml.etree
|
||||||
import lxml.html
|
import lxml.html
|
||||||
|
|
||||||
import feeds
|
from . import feeds
|
||||||
import feedify
|
from . import feedify
|
||||||
import crawler
|
from . import crawler
|
||||||
|
|
||||||
import httplib
|
import httplib
|
||||||
import urllib
|
import urllib
|
||||||
|
|
Loading…
Reference in New Issue