diff --git a/src/utils/evtable.py b/src/utils/mudtable.py similarity index 99% rename from src/utils/evtable.py rename to src/utils/mudtable.py index 10800a49f5..aa4e43dc92 100644 --- a/src/utils/evtable.py +++ b/src/utils/mudtable.py @@ -1,6 +1,7 @@ +# -*- coding: utf-8 -*- """ -Evtable +Mudtable This is an advanced ASCII table creator. It was inspired by prettytable but shares no code.