Merge fix
authortimothy.murphy@nokia.com
Wed, 10 Feb 2010 01:13:10 +0200
branchfix
changeset 201 6b20f760a37b
parent 200 4023109a00c1 (current diff)
parent 197 dc0508fdfc44 (diff)
child 202 5ec640568a23
child 226 59f343577f92
Merge
--- a/sbsv2/raptor/python/raptor_make.py	Wed Feb 10 01:08:09 2010 +0200
+++ b/sbsv2/raptor/python/raptor_make.py	Wed Feb 10 01:13:10 2010 +0200
@@ -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