PEP8: fix E201: whitespace after '('
[vlendec/samba-autobuild/.git] / python / samba / tests / blackbox / ndrdump.py
index 86f958d63c3bdceb9f65967fb96ebe8c691a7de7..350d576bc81906e6e91408e93d02fbfe2929d1e1 100644 (file)
@@ -24,7 +24,7 @@ from __future__ import print_function
 import os
 from samba.tests import BlackboxTestCase
 
-for p in [ "../../../../../source4/librpc/tests", "../../../../../librpc/tests"]:
+for p in ["../../../../../source4/librpc/tests", "../../../../../librpc/tests"]:
     data_path_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), p))
     print(data_path_dir)
     if os.path.exists(data_path_dir):