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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/servertoclient/quests.py b/hercules/code/servertoclient/quests.py
index df47fd5..b8874e1 100644
--- a/hercules/code/servertoclient/quests.py
+++ b/hercules/code/servertoclient/quests.py
@@ -9,7 +9,7 @@ from code.fileutils import makeDir, readFile, saveFile
from code.stringutils import strToXml, stripQuotes
def convertQuests():
- print "quests disabled for now"
+ print("quests disabled for now")
return
destDir = "clientdata/"
templatesDir = "templates/"