Skip to content

Commit 33ce812

Browse files
committed
Update copyright, email
1 parent 536a2a8 commit 33ce812

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

jconfig/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
"""
44
@author: Kirill Python
5-
@contact: http://vk.com/python273
5+
@contact: https://vk.com/python273
66
@license Apache License, Version 2.0, see LICENSE file
77
8-
Copyright (C) 2014
8+
Copyright (C) 2015
99
"""
1010

1111
__author__ = 'Kirill Python'
1212
__version__ = '1.2'
13-
__email__ = 'siberianpython@gmail.com'
13+
__email__ = 'python273@ya.ru'
1414
__contact__ = 'https://vk.com/python273'
1515

1616

jconfig/jconfig.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
"""
44
@author: Kirill Python
5-
@contact: http://vk.com/python273
5+
@contact: https://vk.com/python273
66
@license Apache License, Version 2.0, see LICENSE file
77
8-
Copyright (C) 2014
8+
Copyright (C) 2015
99
"""
1010

1111
import os

vk_api/vk_tools.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
"""
44
@author: Kirill Python
5-
@contact: http://vk.com/python273
5+
@contact: https://vk.com/python273
66
@license Apache License, Version 2.0, see LICENSE file
77
8-
Copyright (C) 2014
8+
Copyright (C) 2015
99
"""
1010

1111
import json
1212
import sys
1313

1414
if sys.version_info[0] != 3:
15-
range = xrange
15+
range = xrange # @ReservedAssignment @UndefinedVariable
1616

1717

1818
class VkTools(object):

0 commit comments

Comments
 (0)