Exemple #1
0
 def pre(self, command, output_dir, vars):
     TracProject.pre(self, command, output_dir, vars)
     vars['basedir'] = os.path.realpath(vars['basedir'])
Exemple #2
0
 def pre(self, command, output_dir, vars):
     # from OSSTracProject template
     # TODO: figure out a way of munging this functionality
     TracProject.pre(self, command, output_dir, vars)
     vars['basedir'] = os.path.realpath(vars['basedir'])
Exemple #3
0
 def pre(self, command, output_dir, vars):
     TracProject.pre(self, command, output_dir, vars)
     vars['basedir'] = os.path.realpath(vars['basedir'])
Exemple #4
0
 def pre(self, command, output_dir, vars):
     # from OSSTracProject template
     # TODO: figure out a way of munging this functionality
     TracProject.pre(self, command, output_dir, vars)
     vars['basedir'] = os.path.realpath(vars['basedir'])