Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
s/Blockwart/BundleWrap/g
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Jul 21, 2014
1 parent d9de00a commit 2e6e5a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This repo contains community-contributed plugins for the Blockwart config management system.
This repo contains community-contributed plugins for the BundleWrap config management system.

.. image:: https://travis-ci.org/blockwart/plugins.svg?branch=master
:target: https://travis-ci.org/blockwart/plugins
.. image:: https://travis-ci.org/bundlewrap/plugins.svg?branch=master
:target: https://travis-ci.org/bundlewrap/plugins
2 changes: 1 addition & 1 deletion itermstats/hooks/itermstats.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
except ImportError:
IMPORTS = False

from blockwart.utils import LOG
from bundlewrap.utils import LOG

if IMPORTS:
STYLE = Style(
Expand Down
2 changes: 1 addition & 1 deletion notify_hipchat/hooks/notify_hipchat.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
REQUESTS = False

from blockwart.utils import LOG
from bundlewrap.utils import LOG


def _create_config(path):
Expand Down

0 comments on commit 2e6e5a9

Please sign in to comment.