1
0
mirror of https://github.com/gryf/pythonhelper.git synced 2025-12-18 12:00:27 +01:00

Code style.

This commit is contained in:
cheater
2012-02-08 08:03:39 +01:00
committed by cheater
parent a361304e73
commit 702b07e390

View File

@@ -374,7 +374,6 @@ class SimplePythonTagsParser(object):
# }}}
# }}}
def vimBufferIterator(vimBuffer):
for line in vimBuffer:
yield line + "\n"