예제 #1
0
파일: pages.py 프로젝트: marksteward/indico
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     WPCollaborationBase.__init__(self)
     self.authKey = authKey
예제 #2
0
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     self.authKey = authKey
예제 #3
0
파일: pages.py 프로젝트: vstitches/indico
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     self.authKey = authKey
예제 #4
0
 def __init__(self, rh, conf, authKey):
     WPSimpleEventDisplay.__init__(self, rh, conf)
     WPCollaborationBase.__init__(self)
     self.authKey = authKey