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

Commit

Permalink
use prettyip
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Mar 27, 2015
1 parent 044226d commit 9e512dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fwunit/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
from fwunit.analysis import config
import pkg_resources
import json
import prettyip

# always use prettyip to print IPSets
prettyip.patch_ipy()

logger = logging.getLogger(__name__)

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
cmdclass=versioneer.get_cmdclass(),
install_requires=[
"IPy",
"prettyip",
"nose",
"blessings",
"PyYAML",
Expand Down

0 comments on commit 9e512dd

Please sign in to comment.