diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-06 14:11:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-06 14:11:19 +0300 |
commit | 8ba994b91015d5f9c0bc227632db8db518a955f3 (patch) | |
tree | 9c28c4076883432bc77037ccd373d4fd745c7c01 /lang | |
parent | c3c8a78937af5fe0ef0f6f06feaf0e4a56b66053 (diff) | |
download | evol-tools-8ba994b91015d5f9c0bc227632db8db518a955f3.tar.gz evol-tools-8ba994b91015d5f9c0bc227632db8db518a955f3.tar.bz2 evol-tools-8ba994b91015d5f9c0bc227632db8db518a955f3.tar.xz evol-tools-8ba994b91015d5f9c0bc227632db8db518a955f3.zip |
lang: update copyright years and python version.
Diffstat (limited to 'lang')
-rwxr-xr-x | lang/converttopo.py | 4 | ||||
-rwxr-xr-x | lang/updatelang.py | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/lang/converttopo.py b/lang/converttopo.py index 279e09f..50daa05 100755 --- a/lang/converttopo.py +++ b/lang/converttopo.py @@ -1,7 +1,7 @@ -#! /usr/bin/env python2.6 +#! /usr/bin/env python2.7 # -*- coding: utf8 -*- # -# Copyright (C) 2011 Evol Online +# Copyright (C) 2011-2015 Evol Online # Author: Andrei Karas (4144) import os diff --git a/lang/updatelang.py b/lang/updatelang.py index c93ea24..d608caa 100755 --- a/lang/updatelang.py +++ b/lang/updatelang.py @@ -1,12 +1,11 @@ -#! /usr/bin/env python2.6 +#! /usr/bin/env python2.7 # -*- coding: utf8 -*- # -# Copyright (C) 2010-2013 Evol Online +# Copyright (C) 2010-2015 Evol Online # Author: Andrei Karas (4144) import os import re -#from sets import Set defaultLang = "en" filt = re.compile(".+[.]txt", re.IGNORECASE) |