Skip to content
Snippets Groups Projects
Commit ac075919 authored by rink's avatar rink
Browse files

snapshot..

parent fc100c6a
No related merge requests found
......@@ -37,10 +37,10 @@ class AMVFiles:
self.ftimes.append((dto_start.timestamp(), dto_end.timestamp()))
def get_datetime(self, pathname):
return None
pass
def get_navigation(self):
return None
pass
def get_file_containing_time(self, timestamp):
k = -1
......@@ -54,13 +54,13 @@ class AMVFiles:
return self.flist[k], self.ftimes[k], k
def get_parameters(self):
raise MyGenericException('must implement get_parameters in subclass')
pass
def get_out_parameters(self):
raise MyGenericException('must implement get_out_parameters in subclass')
pass
def get_meta_dict(self):
raise MyGenericException('must implement get_meta_dict in subclass')
pass
class Framework(AMVFiles):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment