| Index: git_hyper_blame.py
|
| diff --git a/git_hyper_blame.py b/git_hyper_blame.py
|
| index b9965a7a69e7c606097e93632d03f6d64c38023e..80456835907fc659c045bd628f8319e77bdc8248 100755
|
| --- a/git_hyper_blame.py
|
| +++ b/git_hyper_blame.py
|
| @@ -17,6 +17,7 @@ import sys
|
|
|
| import git_common
|
| import git_dates
|
| +import setup_color
|
|
|
|
|
| logging.getLogger().setLevel(logging.INFO)
|
| @@ -385,5 +386,6 @@ def main(args, stdout=sys.stdout, stderr=sys.stderr):
|
|
|
|
|
| if __name__ == '__main__': # pragma: no cover
|
| + setup_color.init()
|
| with git_common.less() as less_input:
|
| sys.exit(main(sys.argv[1:], stdout=less_input))
|
|
|