diff options
Diffstat (limited to 'kombu/compat.py')
-rw-r--r-- | kombu/compat.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kombu/compat.py b/kombu/compat.py index bdd876b9..7a588880 100644 --- a/kombu/compat.py +++ b/kombu/compat.py @@ -6,9 +6,6 @@ Carrot compatible interface for :class:`Publisher` and :class:`Producer`. See http://packages.python.org/pypi/carrot for documentation. -:copyright: (c) 2009 - 2012 by Ask Solem. -:license: BSD, see LICENSE for more details. - """ from __future__ import absolute_import |