Restore "import shared" to helper_inbox #471

Merged
Eylrid merged 1 commits from master into master 2013-09-04 07:10:00 +02:00
Eylrid commented 2013-09-03 21:59:04 +02:00 (Migrated from github.com)

Commit 5b23d9 removed the line "import shared" from helper_inbox. Almost
all of what shared was used for became covered by helper_sql. But, shared
still needs to be imported because there is still one line that uses
shared:
9: shared.UISignalQueue.put(('removeInboxRowByMsgid',msgid))

Commit 5b23d9 removed the line "import shared" from helper_inbox. Almost all of what shared was used for became covered by helper_sql. But, shared still needs to be imported because there is still one line that uses shared: 9: shared.UISignalQueue.put(('removeInboxRowByMsgid',msgid))
This repo is archived. You cannot comment on pull requests.
No description provided.