Return a thunk which, when called, delivers the next
object to go into the db.
'''
- raise NotImpementedError()
+ raise NotImplementedError()
class SQLData(DBData):
Return an instantiation of the upload form needed
by the upload handler.
'''
- raise NotImpliementedError
+ raise NotImplementedError
def get_data(self):
'''
Put something that will go into the db into the 'data' attribute.
'''
- raise NotImplimentedError
+ raise NotImplementedError
def val_input(self):
'''