From 2ff2fb0495febe11d5015d2308d67e1d8048e597 Mon Sep 17 00:00:00 2001
From: Walter Purcaro <vuolter@gmail.com>
Date: Thu, 10 Apr 2014 13:37:02 +0200
Subject: Some code cosmetics about commas, spaces and quotes Merges #577

---
 module/common/APIExerciser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'module/common/APIExerciser.py')

diff --git a/module/common/APIExerciser.py b/module/common/APIExerciser.py
index 9fec308af..34b1529b5 100644
--- a/module/common/APIExerciser.py
+++ b/module/common/APIExerciser.py
@@ -23,7 +23,7 @@ def createURLs():
 
     return urls
 
-AVOID = (0,3,8)
+AVOID = (0, 3, 8)
 
 idPool = 0
 sumCalled = 0
-- 
cgit v1.2.3