PEP8: fix E502: the backslash is redundant between brackets
[vlendec/samba-autobuild/.git] / wintest / wintest.py
index e414d75dc5b6999e92e13fe25bcff613dabd7e3b..bf1b04d87740b48557ef0f73e2ec785fd82691fb 100644 (file)
@@ -939,9 +939,9 @@ RebootOnCompletion=No
         self.parser.add_option("--use-ntvfs", action='store_true', default=False, help='use NTVFS for the fileserver')
         self.parser.add_option("--dns-backend", type="choice",
                                choices=["SAMBA_INTERNAL", "BIND9_FLATFILE", "BIND9_DLZ", "NONE"],
-                               help="The DNS server backend. SAMBA_INTERNAL is the builtin name server (default), " \
-                               "BIND9_FLATFILE uses bind9 text database to store zone information, " \
-                               "BIND9_DLZ uses samba4 AD to store zone information, " \
+                               help="The DNS server backend. SAMBA_INTERNAL is the builtin name server (default), "
+                               "BIND9_FLATFILE uses bind9 text database to store zone information, "
+                               "BIND9_DLZ uses samba4 AD to store zone information, "
                                "NONE skips the DNS setup entirely (not recommended)",
                                default="SAMBA_INTERNAL")