Don't name file 'curses' to avoid conflicts

This commit is contained in:
Ivan Habunek 2017-04-24 09:38:07 +02:00
parent a0f1bff0dd
commit b3ef85b42d
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from textwrap import TextWrapper, wrap
from toot import api, config, DEFAULT_INSTANCE, User, App, ConsoleError
from toot.output import green, yellow, print_error
from toot.curses import TimelineApp
from toot.app import TimelineApp
def register_app(instance):