Move curses app into toot.ui module
This commit is contained in:
parent
6149c9beda
commit
e421d24c80
3 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ def timeline(app, user, args):
|
|||
|
||||
|
||||
def curses(app, user, args):
|
||||
from toot.app import TimelineApp
|
||||
from toot.ui.app import TimelineApp
|
||||
|
||||
if not args.public and (not app or not user):
|
||||
raise ConsoleError("You must be logged in to view the home timeline.")
|
||||
|
|
0
toot/ui/__init__.py
Normal file
0
toot/ui/__init__.py
Normal file
Loading…
Reference in a new issue