예제 #1
0
 def __init__(self, id, prevId, user='', mashup=None, date=None):
     DBMashupAction.__init__(self, id, prevId, date, user, mashup)
예제 #2
0
파일: action.py 프로젝트: licode/VisTrails
 def __init__(self, id, prevId, user='', mashup=None, date=None):
     DBMashupAction.__init__(self, id, prevId, date, user, mashup)