~metacode/ocb-server/ocb-server-7.0

« back to all changes in this revision

Viewing changes to openerp/report/printscreen/ps_form.py

  • Committer: Vo Minh Thu
  • Date: 2011-02-07 12:57:23 UTC
  • mto: This revision was merged to the branch mainline in revision 3351.
  • Revision ID: vmt@openerp.com-20110207125723-ooee7d7ng5elmkso
[IMP] openerp python module.

- Some logging code moved from netsvc.py to loglevels.py
- Changed imports to use the new openerp module
- config and netsvc initialization calls move to openerp-server.py
- Moved openerp-server.py outside the old bin directory
- Some imports in tools moved inside the methods to break mutual-dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#
20
20
##############################################################################
21
21
 
22
 
from report.interface import report_int
23
 
import pooler
24
 
import tools
 
22
from openerp.report.interface import report_int
 
23
import openerp.pooler as pooler
 
24
import openerp.tools as tools
25
25
 
26
 
from report import render
 
26
from openerp.report import render
27
27
from lxml import etree
28
28
 
29
29
import time, os