2to3: local import

This commit is contained in:
2015-02-25 11:43:04 +08:00
parent 47c8a511ff
commit 3fb90cb7b4
3 changed files with 6 additions and 6 deletions

View File

@@ -14,9 +14,9 @@ import json
import lxml.etree
import lxml.html
import feeds
import feedify
import crawler
from . import feeds
from . import feedify
from . import crawler
import httplib
import urllib