PEP8: fix E202: whitespace before ')'
[metze/samba/wip.git] / python / samba / tests / s3passdb.py
index 04a0ae272e54f66830f74ec82c748c61077fd109..329614783ae7363deddbab007ba858c2613d5acb 100644 (file)
@@ -24,7 +24,7 @@ from samba.dcerpc.security import dom_sid
 import os
 
 
-for p in ["../../../../../testdata/samba3", "../../../../testdata/samba3" ]:
+for p in ["../../../../../testdata/samba3", "../../../../testdata/samba3"]:
     DATADIR = os.path.join(os.path.dirname(__file__), p)
     if os.path.exists(DATADIR):
         break