third_party:waf: update to upstream 2.0.4 release
[nivanova/samba-autobuild/.git] / third_party / waf / waflib / extras / color_rvct.py
index 837fca2edf1051988813726ebc8b4dce4e5b5dfb..8138b39d63abbe7ea2437fa1e7babba68a543f47 100644 (file)
@@ -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))
+