[mirrorbrain-commits] [opensuse-svn] r6643 - trunk/tools/download-redirector-v2/mirrordoctor/mb

From: Novell Forge SVN <noreply_at_novell.com>
Date: Sun, 1 Mar 2009 17:28:16 -0700 (MST)
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)
@@ -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.org
Received on 2009-03-02Z00:28:53

This archive was generated by hypermail 2.2.0 : 2009-07-10Z19:18:11 GMT