From 65a92e91d81ffb35c06e8f706df2f92a47fffd85 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Thu, 7 Apr 2011 09:41:30 +0200 Subject: [PATCH] Difference between python 2.6 and 2.7 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad757c8..89a1065 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,8 @@ setup( # core dependencies 'decorator', 'httplib2', - 'importlib', + # only for Python 2.6 + #'importlib', # for the tests: 'pyasn1', 'python-memcached',