Author: poeml Date: 2009-03-01 17:28:13 -0700 (Sun, 01 Mar 2009) New Revision: 6643 Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/conn.py Log: mb tool: - rename the SQLObject mapping to the new file table name Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/conn.py =================================================================== --- trunk/tools/download-redirector-v2/mirrordoctor/mb/conn.py 2009-03-02 00:09:47 UTC (rev 6642) +++ trunk/tools/download-redirector-v2/mirrordoctor/mb/conn.py 2009-03-02 00:28:13 UTC (rev 6643) _at_@ -117,11 +117,11 @@ fromDatabase = True self.Server = Server - class File(SQLObject): + class Filearr(SQLObject): """the file table""" class sqlmeta: fromDatabase = True - self.File = File + self.Filearr = Filearr # FileServerWithpk is a view of the file_server table, with a # simulated primary key that this ORM requires. _______________________________________________ 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:28:53 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT