find aliases without importing modules

This commit is contained in:
adario 2019-08-28 19:08:42 +02:00
parent 574735adab
commit b956e8e2a6
9 changed files with 23 additions and 23 deletions

View file

@ -16,8 +16,6 @@ import datetime
import locale
import bumblebee.engine
ALIASES = ["date", "time"]
def default_format(module):
default = "%x %X"
if module == "date":