[Treepkg-commits] r277 - branches/scratchbox/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 15 16:55:58 CEST 2010


Author: bricks
Date: 2010-04-15 16:55:57 +0200 (Thu, 15 Apr 2010)
New Revision: 277

Modified:
   branches/scratchbox/treepkg/sbuilder.py
Log:
bugfix: SbdmockBuilder must derive from builder.Builder


Modified: branches/scratchbox/treepkg/sbuilder.py
===================================================================
--- branches/scratchbox/treepkg/sbuilder.py	2010-04-15 14:53:31 UTC (rev 276)
+++ branches/scratchbox/treepkg/sbuilder.py	2010-04-15 14:55:57 UTC (rev 277)
@@ -19,7 +19,7 @@
 from cmdexpand import cmdexpand
 
 
-class SbdmockBuilder(Builder):
+class SbdmockBuilder(builder.Builder):
 
     """Represents a way to run and manage a specific sbdmock instance
     to build binary for Maemo within scratchbox environment"""



More information about the Treepkg-commits mailing list