|
@@ -1,8 +1,9 @@
|
|
# -*- coding: utf-8 -*-
|
|
# -*- coding: utf-8 -*-
|
|
"""Distributed Task Queue"""
|
|
"""Distributed Task Queue"""
|
|
|
|
+# :copyright: (c) 2015 Ask Solem. All rights reserved.
|
|
|
|
+# :copyright: (c) 2012-2014 GoPivotal, Inc., All rights reserved.
|
|
# :copyright: (c) 2009 - 2012 Ask Solem and individual contributors,
|
|
# :copyright: (c) 2009 - 2012 Ask Solem and individual contributors,
|
|
# All rights reserved.
|
|
# All rights reserved.
|
|
-# :copyright: (c) 2012-2014 GoPivotal, Inc., All rights reserved.
|
|
|
|
# :license: BSD (3 Clause), see LICENSE for more details.
|
|
# :license: BSD (3 Clause), see LICENSE for more details.
|
|
|
|
|
|
from __future__ import absolute_import, print_function, unicode_literals
|
|
from __future__ import absolute_import, print_function, unicode_literals
|