From c42a987f38634752b23061bda28fed8427ddb04d Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Thu, 16 May 2013 14:32:58 -0400 Subject: [PATCH] basestring compat for python 3 transparent params --- twython/helpers.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/twython/helpers.py b/twython/helpers.py index b2ec713..74aea99 100644 --- a/twython/helpers.py +++ b/twython/helpers.py @@ -1,3 +1,6 @@ +from .compat import basestring + + def _transparent_params(_params): params = {} files = {}