X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=m_lib%2Fflad%2Fflad.py;h=b2e91c87e96d9f7006cc0f6cb0669d3daf75bede;hb=87ed070d1b1776366d3ddd15eef1f37a45c585ea;hp=05703c149f34872d451f213d185f0e7dfef4d6d4;hpb=13a21366e5dbeb344656cbfd00432be176ae5cdb;p=m_lib.git diff --git a/m_lib/flad/flad.py b/m_lib/flad/flad.py index 05703c1..b2e91c8 100644 --- a/m_lib/flad/flad.py +++ b/m_lib/flad/flad.py @@ -1,8 +1,6 @@ """ Flat ASCII Database. This module implements a very simple database on the flat ASCII files. - - Written by Broytman. Copyright (C) 1997-2005 PhiloSoft Design """ @@ -218,7 +216,7 @@ class Flad(UserList): flush_record = 0 # Do not close record on 1st loop - if self.comment <> '': + if self.comment != '': outfile.write(self.comment) for record in self: