From 5bb31e23d3f678f922e6daacdf7e4b5ca9490634 Mon Sep 17 00:00:00 2001 From: inpos Date: Sat, 4 Feb 2017 19:29:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B8=20=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D1=81=D0=B8=D0=B8=20python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addon.xml | 2 +- lib/vk/api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index 742ff9c..7450200 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/lib/vk/api.py b/lib/vk/api.py index ad14255..b51b9cb 100644 --- a/lib/vk/api.py +++ b/lib/vk/api.py @@ -11,7 +11,7 @@ from sys import version_info VERSION = '2.0.2' -if version_info.major >= 2 and version_info.minor >= 7: # http://xbmc.ru/forum/showpost.php?p=107619&postcount=20 +if version_info[0] >= 2 and version_info[1] >= 7: # http://xbmc.ru/forum/showpost.php?p=107619&postcount=20 logging.config.dictConfig(LOGGING_CONFIG) logger = logging.getLogger('vk')