some ui fixes. todo added

This commit is contained in:
ingvar1995 2016-02-27 20:03:33 +03:00
parent f3ae1dd7ca
commit 7329f5f46c
3 changed files with 19 additions and 4 deletions

View file

@ -14,7 +14,7 @@ def curr_directory():
def curr_time():
return time.strftime("%H:%M:")
return time.strftime("%H:%M")
class Singleton(object):