Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
patch in prettyip for test runs, too
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Mar 27, 2015
1 parent cd6e0d2 commit 0e13779
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fwunit/analysis/testcontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
from fwunit.analysis import config
from fwunit.analysis import sources
from blessings import Terminal
import prettyip

# patch IPy's IPSet representation
prettyip.patch_ipy()

log = logging.getLogger(__name__)
terminal = Terminal()
Expand Down

0 comments on commit 0e13779

Please sign in to comment.