mirror of https://github.com/celery/kombu.git
flakes
This commit is contained in:
parent
1f89f5e5de
commit
ad87abca0a
|
@ -1,3 +1,4 @@
|
||||||
|
from __future__ import absolute_import
|
||||||
from __future__ import with_statement
|
from __future__ import with_statement
|
||||||
|
|
||||||
from kombu import Connection, Producer
|
from kombu import Connection, Producer
|
||||||
|
|
|
@ -91,15 +91,9 @@ def readme(options):
|
||||||
])
|
])
|
||||||
def bump(options):
|
def bump(options):
|
||||||
s = "-- '%s'" % (options.custom, ) \
|
s = "-- '%s'" % (options.custom, ) \
|
||||||
<<<<<<< HEAD
|
|
||||||
if getattr(options, 'custom', None) else ''
|
if getattr(options, 'custom', None) else ''
|
||||||
sh('extra/release/bump_version.py \
|
sh('extra/release/bump_version.py \
|
||||||
kombu/__init__.py README.rst %s' % (s, ))
|
kombu/__init__.py README.rst %s' % (s, ))
|
||||||
=======
|
|
||||||
if getattr(options, "custom", None) else ""
|
|
||||||
sh("extra/release/bump_version.py \
|
|
||||||
kombu/__init__.py README.rst %s" % (s, ))
|
|
||||||
>>>>>>> 2.5
|
|
||||||
|
|
||||||
|
|
||||||
@task
|
@task
|
||||||
|
|
Loading…
Reference in New Issue