summaryrefslogtreecommitdiff
path: root/hercules/convert_groups.py
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-19 22:30:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-20 17:21:53 +0300
commit19edcb923f184894f8d738ab1e7a8e50cdd642c0 (patch)
treef3f925e128ea4bb8d3672a44c7fc3e6f98b46e88 /hercules/convert_groups.py
parent46a6f9869a2828c462895f149655edfdf897f55b (diff)
downloadtools-19edcb923f184894f8d738ab1e7a8e50cdd642c0.tar.gz
tools-19edcb923f184894f8d738ab1e7a8e50cdd642c0.tar.bz2
tools-19edcb923f184894f8d738ab1e7a8e50cdd642c0.tar.xz
tools-19edcb923f184894f8d738ab1e7a8e50cdd642c0.zip
hercules: add converter from groups.conf into groups.xml
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()