Author: poeml Date: 2009-03-03 01:49:51 -0700 (Tue, 03 Mar 2009) New Revision: 6663 Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/core.py Log: mb delete: - small fix for the reference to Server objects, after this code has been moved into its own function Modified: trunk/tools/download-redirector-v2/mirrordoctor/mb/core.py =================================================================== --- trunk/tools/download-redirector-v2/mirrordoctor/mb/core.py 2009-03-03 08:38:15 UTC (rev 6662) +++ trunk/tools/download-redirector-v2/mirrordoctor/mb/core.py 2009-03-03 08:49:51 UTC (rev 6663) _at_@ -15,5 +15,5 @@ % (m.id, m.id) conn.Server._connection.queryAll(query) - self.conn.Server.delete(m.id) + conn.Server.delete(m.id) _______________________________________________ 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 Tue Mar 03 2009 - 08:50:40 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT