Author: poeml Date: 2009-03-01 17:29:28 -0700 (Sun, 01 Mar 2009) New Revision: 6644 Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/conn.py Log: mb tool: - remove the kludge that made SQLObject usable with the former relational file_server table Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/conn.py =================================================================== --- trunk/tools/download-redirector-v2/mirrordoctor/mb/conn.py 2009-03-02 00:28:13 UTC (rev 6643) +++ trunk/tools/download-redirector-v2/mirrordoctor/mb/conn.py 2009-03-02 00:29:28 UTC (rev 6644) _at_@ -123,15 +123,6 @@ fromDatabase = True self.Filearr = Filearr - # FileServerWithpk is a view of the file_server table, with a - # simulated primary key that this ORM requires. - class FileServerWithpk(SQLObject): - """the file_server table""" - fileid = IntCol() - serverid = IntCol() - timestamp_scanner = IntCol() - self.FileServer = FileServerWithpk - class Marker(SQLObject): """the marker table""" class sqlmeta: _______________________________________________ Opensuse-svn mailing list Opensuse-svn_at_forge.novell.com http://forge.novell.com/mailman/listinfo/opensuse-svn _______________________________________________ mirrorbrain-commits mailing list Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Mon Mar 02 2009 - 00:29:53 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT