1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-23 06:25:26 +00:00

Move curses app into toot.ui module

This commit is contained in:
Ivan Habunek 2018-01-06 11:56:52 +01:00
parent 6149c9beda
commit e421d24c80
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
3 changed files with 1 additions and 1 deletions

View File

@ -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
View File