This commit is contained in:
Kovid Goyal 2011-07-27 00:04:21 -06:00
parent a4721656b0
commit 4683b3b30f

View File

@ -175,9 +175,9 @@ class TBS(object): # {{{
def __init__(self, data, is_periodical, first=False, section_map={}, def __init__(self, data, is_periodical, first=False, section_map={},
after_first=False): after_first=False):
self.section_map = section_map self.section_map = section_map
import pprint #import pprint
pprint.pprint(data) #pprint.pprint(data)
print() #print()
if is_periodical: if is_periodical:
# The starting bytes. # The starting bytes.
# The value is zero which I think indicates the periodical # The value is zero which I think indicates the periodical