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',