summaryrefslogtreecommitdiff
path: root/hercules/code/servertoclient/quests.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/servertoclient/quests.py')
-rw-r--r--hercules/code/servertoclient/quests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/hercules/code/servertoclient/quests.py b/hercules/code/servertoclient/quests.py
index 848f07b..df47fd5 100644
--- a/hercules/code/servertoclient/quests.py
+++ b/hercules/code/servertoclient/quests.py
@@ -5,8 +5,8 @@
import re
-from code.fileutils import *
-from code.stringutils import *
+from code.fileutils import makeDir, readFile, saveFile
+from code.stringutils import strToXml, stripQuotes
def convertQuests():
print "quests disabled for now"