Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion colour_runner/result.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from unittest import result
from unittest.util import strclass

from blessings import Terminal
from blessed import Terminal
from pygments import formatters, highlight
try:
# Python 2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
],
keywords='unittest colour color output',
packages=find_packages(),
install_requires=['blessings', 'pygments'],
install_requires=['blessed', 'pygments'],
)