Beispiel #1
0
 def cmad_topic_continuum_pre(self, _):
     '''Write out the one and only dependency to all the requirements.'''
     tracer.debug("Called.")
     CreateMakeDependencies.write_reqs_dep(self._cmad_file,
                                           self._output_filename)
     self._cmad_file.write(u"REQS_LATEX2=%s\n" %
                           self._output_filename)
Beispiel #2
0
 def cmad_topic_continuum_pre(self, _):
     '''Write out the one and only dependency to all the requirements.'''
     tracer.debug("Called.")
     CreateMakeDependencies.write_reqs_dep(self._cmad_file,
                                           self._output_filename)
Beispiel #3
0
 def cmad_topic_continuum_pre(self, _):
     """Write out the one and only dependency to all the requirements."""
     tracer.debug("Called.")
     CreateMakeDependencies.write_reqs_dep(self._cmad_file, self._output_filename)