summaryrefslogtreecommitdiff
path: root/cppe/config/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/config/TestUtil.py')
-rw-r--r--cppe/config/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/config/TestUtil.py b/cppe/config/TestUtil.py
index ba3f1b67be7..f5e93a2e82b 100644
--- a/cppe/config/TestUtil.py
+++ b/cppe/config/TestUtil.py
@@ -301,7 +301,7 @@ def collocatedTest(name):
def cleanDbDir(path):
files = os.listdir(path)
-
+
for filename in files:
if filename != "CVS" and filename != ".dummy":
fullpath = os.path.join(path, filename);