예제 #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'])