summaryrefslogtreecommitdiff
path: root/hercules/code/server/evol/consts.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/server/evol/consts.py')
-rw-r--r--hercules/code/server/evol/consts.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/hercules/code/server/evol/consts.py b/hercules/code/server/evol/consts.py
index d2c5c9b..c63f559 100644
--- a/hercules/code/server/evol/consts.py
+++ b/hercules/code/server/evol/consts.py
@@ -5,9 +5,6 @@
import re
-from code.fileutils import *
-from code.stringutils import *
-
def convertConsts(quests):
dstFile = "newserverdata/db/const.txt"
fieldsSplit = re.compile("\t+")