[Erp5-report] r14178 - /erp5/trunk/utils/oood/runserw.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 24 02:17:19 CEST 2007
Author: bartek
Date: Tue Apr 24 02:17:17 2007
New Revision: 14178
URL: http://svn.erp5.org?rev=14178&view=rev
Log:
fixed startup in implementation 2
Modified:
erp5/trunk/utils/oood/runserw.py
Modified: erp5/trunk/utils/oood/runserw.py
URL: http://svn.erp5.org/erp5/trunk/utils/oood/runserw.py?rev=14178&r1=14177&r2=14178&view=diff
==============================================================================
--- erp5/trunk/utils/oood/runserw.py (original)
+++ erp5/trunk/utils/oood/runserw.py Tue Apr 24 02:17:17 2007
@@ -131,6 +131,8 @@
from serw import *
Dispatcher = Procesor
elif config.implementation == 2:
+ import start as starter
+ starter.startVirtualFrameBuffer()
from dispatcher import *
else:
raise NotImplementedError('you are trying to use a non-existent implementation')
More information about the Erp5-report
mailing list