Esempio n. 1
0
 def pre(self, command, output_dir, vars):
     TracProject.pre(self, command, output_dir, vars)
     vars['basedir'] = os.path.realpath(vars['basedir'])
Esempio n. 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'])
Esempio n. 3
0
 def pre(self, command, output_dir, vars):
     TracProject.pre(self, command, output_dir, vars)
     vars['basedir'] = os.path.realpath(vars['basedir'])
Esempio n. 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'])