Remove unused method from internal class.

This commit is contained in:
R David Murray 2011-04-15 14:55:04 -04:00
parent 386832ece2
commit 8437fe2708
1 changed files with 0 additions and 3 deletions

View File

@ -120,9 +120,6 @@ def pushlines(self, lines):
# Reverse and insert at the front of the lines.
self._lines[:0] = lines[::-1]
def is_closed(self):
return self._closed
def __iter__(self):
return self