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