summaryrefslogtreecommitdiff
path: root/hercules/convert_groups.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/convert_groups.py')
-rwxr-xr-xhercules/convert_groups.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/hercules/convert_groups.py b/hercules/convert_groups.py
new file mode 100755
index 0000000..cbb3988
--- /dev/null
+++ b/hercules/convert_groups.py
@@ -0,0 +1,9 @@
+#! /usr/bin/env python
+# -*- coding: utf8 -*-
+#
+# Copyright (C) 2017 Evol Online
+# Author: Andrei Karas (4144)
+
+from code.servertoclient.groups import convertGroups
+
+convertGroups()