sbsv2/raptor/python/raptor_make.py
branchfix
changeset 197 dc0508fdfc44
parent 196 c0d1d904d868
child 226 59f343577f92
--- 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