> def sync(self): > - if not os.name == 'dos' and not os.name == 'nt': > + if hasattr(self.db, 'sync'): > self.db.sync()
FWIIW: I'm not even sure it is needed, I even forget why I even added the call. Some sort of belt & braces I assume. regards Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
