~unifield-team/unifield-web/web_aio_24

« back to all changes in this revision

Viewing changes to win32/OpenERPWebService.py

  • Committer: Amit Mendapara
  • Date: 2010-09-15 17:46:36 UTC
  • Revision ID: mendapara.amit@gmail.com-20100915174636-buuy20mo0jjoodgy
[FIX] package name issues (bug #628835)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import servicemanager
26
26
 
27
27
# The command itself
28
 
#EXECUTABLE = ["openobject-web.exe", "--config", "conf\openobject-web.cfg"]
29
 
EXECUTABLE = ["python.exe", "python25\Scripts\openobject-web-script.py", "--config", "conf\openobject-web.cfg"]
 
28
#EXECUTABLE = ["openerp-web.exe", "--config", "conf\openerp-web.cfg"]
 
29
EXECUTABLE = ["python.exe", "python25\Scripts\openerp-web-script.py", "--config", "conf\openerp-web.cfg"]
30
30
 
31
31
class TinyService(win32serviceutil.ServiceFramework):
32
32
 
33
 
    _svc_name_ = "openobject-web"
 
33
    _svc_name_ = "openerp-web"
34
34
    _svc_display_name_ = "OpenERP Web"
35
35
 
36
36
    _svc_description_ = "OpenERP Web Client"