File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1111import os
Original file line number Diff line number Diff line change 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
1111import json
1212import sys
1313
1414if sys .version_info [0 ] != 3 :
15- range = xrange
15+ range = xrange # @ReservedAssignment @UndefinedVariable
1616
1717
1818class VkTools (object ):
You can’t perform that action at this time.
0 commit comments