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