Skip to content

Commit eb6755f

Browse files
authored
Merge pull request #67 from zifter/repr2.7_fix
Фикс представляния для питона 2.7
2 parents 209494c + 1946c95 commit eb6755f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vk_api/vk_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def method(self, method, values=None, captcha_sid=None, captcha_key=None, raw=Fa
452452
return response if raw else response['response']
453453

454454

455-
class VkApiMethod:
455+
class VkApiMethod(object):
456456
def __init__(self, vk, method=None):
457457
self._vk = vk
458458
self._method = method

0 commit comments

Comments
 (0)