예제 #1
0
파일: blog.py 프로젝트: finid/Superdesk
 def __init__(self):
     '''
     Construct the blog service.
     '''
     EntityCRUDServiceAlchemy.__init__(self, BlogMapped)
예제 #2
0
파일: blog.py 프로젝트: swenson/Superdesk
 def __init__(self):
     """
     Construct the blog service.
     """
     EntityCRUDServiceAlchemy.__init__(self, BlogMapped)
예제 #3
0
 def __init__(self):
     EntityCRUDServiceAlchemy.__init__(self, ArticleMapped)
예제 #4
0
파일: blog.py 프로젝트: AtomLaw/Superdesk
 def __init__(self):
     '''
     Construct the blog service.
     '''
     EntityCRUDServiceAlchemy.__init__(self, BlogMapped)
예제 #5
0
 def __init__(self):
     EntityCRUDServiceAlchemy.__init__(self, ArticleMapped)