From d51354277f4809bf036f9180658eeabb193388fe Mon Sep 17 00:00:00 2001 From: "Sergey V. Yudin" Date: Thu, 23 Apr 2015 00:21:02 -0700 Subject: [PATCH] Get 0.8 client compatible with python 2.6 too --- influxdb/influxdb08/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/influxdb08/client.py b/influxdb/influxdb08/client.py index a4c73c17..65b7caac 100644 --- a/influxdb/influxdb08/client.py +++ b/influxdb/influxdb08/client.py @@ -16,7 +16,7 @@ except NameError: xrange = range -if version_info.major == 3: +if version_info[0] == 3: from urllib.parse import urlparse else: from urlparse import urlparse pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy