Retain MakeEngine class API. Why not? fix
authorraptorbot <raptorbot@systemstesthead.symbian.intra>
Tue, 09 Feb 2010 05:20:29 +0000
branchfix
changeset 197 dc0508fdfc44
parent 196 c0d1d904d868
child 201 6b20f760a37b
Retain MakeEngine class API. Why not?
sbsv2/raptor/python/raptor_make.py
--- a/sbsv2/raptor/python/raptor_make.py	Mon Feb 08 22:47:19 2010 +0200
+++ b/sbsv2/raptor/python/raptor_make.py	Tue Feb 09 05:20:29 2010 +0000
@@ -40,7 +40,7 @@
 
 class MakeEngine(object):
 
-	def __init__(self, Raptor, engine):
+	def __init__(self, Raptor, engine="make_engine"):
 		self.raptor = Raptor
 		self.valid = True
 		self.descrambler = None