Code style.

This commit is contained in:
cheater
2012-02-12 14:27:39 +01:00
committed by cheater
parent a361304e73
commit 702b07e390
-1
View File
@@ -374,7 +374,6 @@ class SimplePythonTagsParser(object):
# }}}
# }}}
def vimBufferIterator(vimBuffer):
for line in vimBuffer:
yield line + "\n"