third_party: Update waf to version 2.0.17
[bbaumbach/samba-autobuild/.git] / third_party / waf / waflib / extras / remote.py
index 3b038f772b544444c126f3af8151b0431c2f7539..f43b600f02374dd28ac7537583330b8b4ac768bf 100644 (file)
@@ -203,7 +203,7 @@ class remote(BuildContext):
                                        Options.commands.remove(k)
 
        def login_to_host(self, login):
-               return re.sub('(\w+@)', '', login)
+               return re.sub(r'(\w+@)', '', login)
 
        def variant_to_login(self, variant):
                """linux_32_debug -> search env.LINUX_32 and then env.LINUX"""