Trivial style update

This commit is contained in:
Miroslav Stampar 2013-01-21 13:18:34 +01:00
parent af0db14963
commit 80255433b0

View File

@ -3296,6 +3296,7 @@ def zeroDepthSearch(expression, value):
Searches occurances of value inside expression at 0-depth level
regarding the parentheses
"""
retVal = []
depth = 0