diff --git a/ecdict/convert_ecdict.py b/ecdict/convert_dict.py similarity index 100% rename from ecdict/convert_ecdict.py rename to ecdict/convert_dict.py diff --git a/ecdict/stardict.py b/ecdict/stardict.py index 31d0ecd..70b9891 100644 --- a/ecdict/stardict.py +++ b/ecdict/stardict.py @@ -1883,7 +1883,4 @@ def test4(): return 0 def test5(): print(tools.validate_word('Hello World', False)) - test3() - - - + test3() \ No newline at end of file