~osiell/oerplib/0.7

« back to all changes in this revision

Viewing changes to oerplib/service/__init__.py

  • Committer: Sébastien Alix
  • Date: 2013-02-16 13:45:52 UTC
  • Revision ID: sebastien.alix@osiell.com-20130216134552-1lnjahxydkpk5sse
'oerplib.service.osv.OSV' class renamed to 'oerplib.service.osv.Model'. Code + documentation updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    - '/common' (service.common),
5
5
    - '/db' (service.db)
6
6
    - '/wizard' (service.wizard)
7
 
    - OSV, through '/object' (service.osv),
 
7
    - Model, through '/object' (service.osv),
8
8
"""
9
9
 
10
10
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: