PEP8: fix E201: whitespace after '('
[vlendec/samba-autobuild/.git] / python / samba / tests / s3idmapdb.py
index 651ef0faca1f19772b3748d5bc0fd2f7d530ac9c..9386a4c8111a94111f1a3f4deb7b6d4436d8981b 100644 (file)
@@ -22,7 +22,7 @@ from samba.tests import TestCase, TestCaseInTempDir
 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