]> git.phdru.name Git - m_lib.git/blobdiff - m_lib/flad/flad.py
Replace <> with != for Py3 compatibility
[m_lib.git] / m_lib / flad / flad.py
index 05703c149f34872d451f213d185f0e7dfef4d6d4..b2e91c87e96d9f7006cc0f6cb0669d3daf75bede 100644 (file)
@@ -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: