summaryrefslogtreecommitdiff
path: root/hercules/code/server/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/server/utils.py')
-rw-r--r--hercules/code/server/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/server/utils.py b/hercules/code/server/utils.py
index 0f164ca..ebbddf3 100644
--- a/hercules/code/server/utils.py
+++ b/hercules/code/server/utils.py
@@ -3,7 +3,7 @@
# Copyright (C) 2014 Evol Online
# Author: Andrei Karas (4144)
-from code.fileutils import *
+from code.fileutils import removeAllFiles, makeDir
def cleanServerData():
removeAllFiles("newserverdata")