Skip to content

Commit

Permalink
more build report issues, mainly reorder of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioPeJu committed Jun 23, 2017
1 parent 2a4e7dd commit 5c5b8e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
@@ -1 +1 @@
Implement support for Bitbucket Server webhooks plugin in :py:class:`~buildbot.www.hooks.bitbucketserver.BitbucketServerEventHandler`
Implement support for Bitbucket Server webhook plugin in :py:class:`~buildbot.www.hooks.bitbucketserver.BitbucketServerEventHandler`
4 changes: 2 additions & 2 deletions master/buildbot/reporters/bitbucketserver.py
Expand Up @@ -24,10 +24,10 @@
from buildbot.process.results import SUCCESS
from buildbot.reporters import http
from buildbot.reporters import notifier
from buildbot.util import bytes2NativeString
from buildbot.util import httpclientservice
from buildbot.util.logger import Logger
from buildbot.util import unicode2bytes
from buildbot.util import bytes2NativeString
from buildbot.util.logger import Logger

log = Logger()

Expand Down
1 change: 1 addition & 0 deletions master/buildbot/reporters/stash.py
Expand Up @@ -15,6 +15,7 @@

from __future__ import absolute_import
from __future__ import print_function

import warnings

from buildbot.reporters.bitbucketserver import BitbucketServerStatusPush
Expand Down
2 changes: 1 addition & 1 deletion master/buildbot/test/unit/test_reporter_bitbucketserver.py
Expand Up @@ -25,8 +25,8 @@
from buildbot import config
from buildbot.process.results import FAILURE
from buildbot.process.results import SUCCESS
from buildbot.reporters.bitbucketserver import HTTP_PROCESSED
from buildbot.reporters.bitbucketserver import HTTP_CREATED
from buildbot.reporters.bitbucketserver import HTTP_PROCESSED
from buildbot.reporters.bitbucketserver import BitbucketServerPRCommentPush
from buildbot.reporters.bitbucketserver import BitbucketServerStatusPush
from buildbot.test.fake import httpclientservice as fakehttpclientservice
Expand Down

0 comments on commit 5c5b8e8

Please sign in to comment.