diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/netlink/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/netlink/util.py b/python/netlink/util.py index 983af9c..afe7ef0 100644 --- a/python/netlink/util.py +++ b/python/netlink/util.py @@ -15,6 +15,7 @@ from string import Formatter __version__ = "1.0" + # rename into colored_output def _color(t, c): return "{esc}[{color}m{text}{esc}[0m".format(esc=b"\x1b".decode(), color=c, text=t) |