summaryrefslogtreecommitdiff
path: root/kombu/utils/compat.py
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-09-09 23:28:12 +0100
committerAsk Solem <ask@celeryproject.org>2011-09-09 23:28:12 +0100
commit5d1fd967d925f1d0eff9728a39fd4051fee62eb4 (patch)
tree76ce36997af90ed14e9466c713aa5516e835131a /kombu/utils/compat.py
parentf371e6e7c77c75e06ebc24e438d6e2298aedc6e8 (diff)
downloadkombu-5d1fd967d925f1d0eff9728a39fd4051fee62eb4.tar.gz
Adds missing file headers
Diffstat (limited to 'kombu/utils/compat.py')
-rw-r--r--kombu/utils/compat.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/kombu/utils/compat.py b/kombu/utils/compat.py
index 4bd2386e..176faafb 100644
--- a/kombu/utils/compat.py
+++ b/kombu/utils/compat.py
@@ -1,3 +1,13 @@
+"""
+kombu.utils.compat
+==================
+
+Helps compatibility with older Python versions.
+
+:copyright: (c) 2009 - 2011 by Ask Solem.
+:license: BSD, see LICENSE for more details.
+
+"""
import sys
############## __builtin__.all ##############################################