228
228
"""Get a list with the contents of the librarian log in it."""
229
229
return open(self.logfile, 'rb').readlines()
232
237
def fillLibrarianFile(fileid, content='Fake Content'):
233
238
"""Write contents in disk for a librarian sampledata."""