diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-19 22:30:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-20 17:21:53 +0300 |
commit | 19edcb923f184894f8d738ab1e7a8e50cdd642c0 (patch) | |
tree | f3f925e128ea4bb8d3672a44c7fc3e6f98b46e88 /hercules/convert_groups.py | |
parent | 46a6f9869a2828c462895f149655edfdf897f55b (diff) | |
download | evol-tools-19edcb923f184894f8d738ab1e7a8e50cdd642c0.tar.gz evol-tools-19edcb923f184894f8d738ab1e7a8e50cdd642c0.tar.bz2 evol-tools-19edcb923f184894f8d738ab1e7a8e50cdd642c0.tar.xz evol-tools-19edcb923f184894f8d738ab1e7a8e50cdd642c0.zip |
hercules: add converter from groups.conf into groups.xml
Diffstat (limited to 'hercules/convert_groups.py')
-rwxr-xr-x | hercules/convert_groups.py | 9 |
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() |