Added task-start signal to JobManager, more work on subscribe dialog, code cleanup.
[straw/fork.git] / straw / __init__.py
blobfd8aa975fbdc89e078c1a061617932296dcb09b8
1 from defs import *
3 # convenience functions
4 from feedproperties import feed_properties_show
5 from preferences import preferences_show
6 from subscribe import subscribe_show
8 from MessageManager import post_status_message, get_status_manager, start_services
10 # feed status flags
12 FS_OK = 1
13 FS_IDLE = 2
14 FS_UPDATING = 4