[TransWarp] small typo in Database/DataModel.py - one more
ML
lists at net-labs.de
Mon Mar 25 17:17:29 EST 2002
just found one more typo .. seems that i fixed them while studying the code ...
Index: src/TW/Database/DataModel.py
===================================================================
RCS file: /cvsroot/TransWarp/src/TW/Database/DataModel.py,v
retrieving revision 1.21
diff -r1.21 DataModel.py
244c244
< if self.keyFields & kjSet(d.keys):
---
> if self.keyFields & kjSet(d.keys()):
588c588
< if records is not None:
---
> if record is not None:
yet my DataLayer Example works without modifications of the Database/*.py files.
cheers
Ulrich Eck
----- Original Message -----
From: "Ulrich Eck" <ueck at net-labs.de>
To: "Phillip J. Eby" <pje at telecommunity.com>
Cc: <transwarp at eby-sarna.com>
Sent: Monday, March 25, 2002 11:02 PM
Subject: [TransWarp] small typo in Database/DataModel.py
> just for your info:
>
> a little typo in TW/Database/DataModel.py
> Index: DataModel.py
> ===================================================================
> RCS file: /cvsroot/TransWarp/src/TW/Database/DataModel.py,v
> retrieving revision 1.21
> diff -r1.21 DataModel.py
> 588c588
> < if records is not None:
> ---
> > if record is not None:
>
> diff against current cvs
>
> cheers
>
> Ulrich Eck
> ueck at net-labs.de
>
> _______________________________________________
> TransWarp mailing list
> TransWarp at eby-sarna.com
> http://www.eby-sarna.com/mailman/listinfo/transwarp
>
More information about the PEAK
mailing list