Work on feed properties dialog, added some properties to Feed model class.
[straw.git] / straw / __init__.py
blob73ab84f7bdeb796ea4a69d8a24aec53094e4b34b
2 # feed status flags
4 FS_OK = 1
5 FS_IDLE = 2
6 FS_UPDATING = 4