Removed URLFetch module (its functionality is now provided by Fetcher module).
[straw.git] / straw / __init__.py
blob033bf1fa6eb2ecad0cd1f3c96e7f9ee960bdc4b7
2 # feed status flags
4 FS_OK = 1
5 FS_IDLE = 2
6 FS_UPDATING = 4
7 FS_ERROR = 8