Browse Source

Cosmetics

Ask Solem 13 years ago
parent
commit
5f3e5337a2
1 changed files with 0 additions and 7 deletions
  1. 0 7
      contrib/bundles/celery-with-redis/setup.py

+ 0 - 7
contrib/bundles/celery-with-redis/setup.py

@@ -1,13 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 import os
-import sys
 import codecs
-import platform
-
-
-if sys.version_info < (2, 5):
-    raise Exception("Celery requires Python 2.5 or higher.")
 
 try:
     from setuptools import setup, find_packages
@@ -24,7 +18,6 @@ if os.path.exists("README.rst"):
 else:
     long_description = "See http://pypi.python.org/pypi/celery"
 
-
 setup(
     name="celery-with-redis",
     version='2.4.0',