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

« back to all changes in this revision

Viewing changes to admin.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
 
3
3
import sys
4
 
from openerp.admin import main
 
4
from openobject.admin import main
5
5
 
6
6
if __name__ == "__main__":
7
7
    try: