Beremiz_service.py
changeset 1453 f31353cac197
parent 1451 94e620cbd9de
child 1458 5c87045af670
equal deleted inserted replaced
1452:7a2b344de8cf 1453:f31353cac197
   512         try:
   512         try:
   513             import runtime.NevowServer as NS
   513             import runtime.NevowServer as NS
   514         except Exception, e:
   514         except Exception, e:
   515             print "Nevow/Athena import failed :", e
   515             print "Nevow/Athena import failed :", e
   516             webport = None
   516             webport = None
       
   517         NS.WorkingDir = WorkingDir
   517 
   518 
   518     if wampconf is not None :
   519     if wampconf is not None :
   519         try:
   520         try:
   520             import runtime.WampClient as WC
   521             import runtime.WampClient as WC
   521         except Exception, e:
   522         except Exception, e: