~zyga/+junk/lava-data-store

« back to all changes in this revision

Viewing changes to lava_data_store/webapi.py

  • Committer: Zygmunt Krynicki
  • Date: 2011-09-08 23:07:46 UTC
  • Revision ID: zygmunt.krynicki@linaro.org-20110908230746-dv333slv85losxdy
Initial commit on standalone lava-data-store

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from linaro_django_xmlrpc.models import ExposedAPI
 
2
 
 
3
 
 
4
class ProjectAPI(ExposedAPI):
 
5
 
 
6
    def createProject(self, kwargs):
 
7
        raise NotImplementedError()