summaryrefslogtreecommitdiff
path: root/hercules/code/server/tmw/athena.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/server/tmw/athena.py')
-rw-r--r--hercules/code/server/tmw/athena.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/hercules/code/server/tmw/athena.py b/hercules/code/server/tmw/athena.py
index 4c59ea1..6ad3e9c 100644
--- a/hercules/code/server/tmw/athena.py
+++ b/hercules/code/server/tmw/athena.py
@@ -5,11 +5,10 @@
import re
-from code.fileutils import *
-from code.stringutils import *
-from code.server.dbitem import *
-from code.server.dbskill import *
-from code.server.dbuser import *
+from code.stringutils import stripNewLine
+from code.server.dbitem import Item
+from code.server.dbskill import Skill, skills
+from code.server.dbuser import User
comaSplit = re.compile(",")
spaceSplit = re.compile(" ")