Move feedparser into separate directory for third-party libraries

This commit is contained in:
Kiooeht 2011-08-16 00:16:05 -07:00
parent 9e47811aea
commit e1321fa9d4
3 changed files with 1 additions and 1 deletions

0
libs/__init__.py Normal file
View file

View file

@ -1,6 +1,6 @@
# Adapted from Eco-Mono's F5Stuck RSS Client
import feedparser
from libs import feedparser
import pickle
import os
import threading