wisp
 
(Arne Babenhauserheide)
2013-08-08: pep8

pep8

diff --git a/wisp.py b/wisp.py
--- a/wisp.py
+++ b/wisp.py
@@ -61,7 +61,7 @@ def replaceinwisp(code, string, replacem
         # all processing stops in strings
         if instring:
             continue
-        if i == "("  and not code[n-2:n] == "#\\":
+        if i == "(" and not code[n-2:n] == "#\\":
             inbrackets += 1
         elif i == ")" and not code[n-2:n] == "#\\":
             inbrackets -= 1