cleanup comments.

This commit is contained in:
Gabor Körber 2015-07-24 23:12:37 +02:00
parent 80f3f30b92
commit dc0842fb0a

View File

@ -1,6 +1,3 @@
# LogStream
"""
A LogStream is supposed to:
- parse data feeded into it.
@ -51,6 +48,7 @@ class LogStream(object):
# finish: override and yield all packets to finish.
pass
#####################################################################
def has_data(self):
if self._data:
return True