~fabien-morin/unifield-web/fm-us-2339

« back to all changes in this revision

Viewing changes to openobject-web.py

  • Committer: ame (Tiny)
  • Date: 2010-01-04 10:41:58 UTC
  • Revision ID: ame@tinyerp.com-20100104104158-92jypyicgh56twq8
[REF] openerp-web => openobject-web (project name changed)
[REF] openerp => openobject (namespace changed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
# -*- coding: UTF-8 -*-
3
 
"""Start script for the openerp-web TurboGears project.
 
3
"""Start script for the openobject-web TurboGears project.
4
4
 
5
5
This script is only needed during development for running from the project
6
6
directory. When the project is installed, easy_install will create a
8
8
"""
9
9
 
10
10
import sys
11
 
from openerp.commands import start, ConfigurationError
 
11
from openobject.commands import start, ConfigurationError
12
12
 
13
13
if __name__ == "__main__":
14
14
    try: