summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/extras/color_rvct.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/extras/color_rvct.py')
-rw-r--r--third_party/waf/waflib/extras/color_rvct.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/waf/waflib/extras/color_rvct.py b/third_party/waf/waflib/extras/color_rvct.py
index 837fca2edf1..8138b39d63a 100644
--- a/third_party/waf/waflib/extras/color_rvct.py
+++ b/third_party/waf/waflib/extras/color_rvct.py
@@ -1,3 +1,7 @@
+#! /usr/bin/env python
+# encoding: utf-8
+# WARNING! Do not edit! https://waf.io/book/index.html#_obtaining_the_waf_file
+
#!/usr/bin/env python
# encoding: utf-8
@@ -48,3 +52,4 @@ class RcvtFormatter(Logs.formatter):
def options(opt):
Logs.log.handlers[0].setFormatter(RcvtFormatter(Logs.colors))
+