summaryrefslogtreecommitdiff
path: root/stevedore
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2015-11-26 18:09:38 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2015-11-26 18:09:38 +0800
commitbb73a14d2419239133e21673754a6994e885e2a0 (patch)
tree0446999aa0b0552a00b7bcb5096fab93431d02c1 /stevedore
parent284b7636af5f71297fe3a2870ca500eb6fa39044 (diff)
downloadstevedore-bb73a14d2419239133e21673754a6994e885e2a0.tar.gz
Clean up Python 2.6 related stuff
Change-Id: I303465277b30dff66129b6c65112b3e427ee6292
Diffstat (limited to 'stevedore')
-rw-r--r--stevedore/example/setup.py1
-rw-r--r--stevedore/example2/setup.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/stevedore/example/setup.py b/stevedore/example/setup.py
index a6667be..4289971 100644
--- a/stevedore/example/setup.py
+++ b/stevedore/example/setup.py
@@ -15,7 +15,6 @@ setup(
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
diff --git a/stevedore/example2/setup.py b/stevedore/example2/setup.py
index dda4c43..17fe130 100644
--- a/stevedore/example2/setup.py
+++ b/stevedore/example2/setup.py
@@ -15,7 +15,6 @@ setup(
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',