Move commands/util.py to util/

This commit is contained in:
Tulir Asokan
2018-02-20 21:49:52 +02:00
parent 1cf0a6b150
commit e96e1459eb
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import logging
from telethon.errors import FloodWaitError
from .util import format_duration
from ..util import format_duration
command_handlers = {}
+1
View File
@@ -1 +1,2 @@
from .file_transfer import transfer_file_to_matrix
from .format_duration import format_duration