Modified refs to hold Twitter modules to use the new sessions package

This commit is contained in:
2018-08-16 17:26:19 -05:00
parent 1e27056902
commit 0966739296
5 changed files with 9 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ import widgetUtils
import output
from wxUI.dialogs import lists
from twython import TwythonError
from twitter import compose, utils
from sessions.twitter import compose, utils
from pubsub import pub
class listsController(object):