diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-03 16:52:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-03 16:52:24 +0000 |
| commit | 0bd0d371beec2592567bec112a07e6c9293c2a3d (patch) | |
| tree | b07e3a9d8f8923ffd669e2456c1ce123bee1f7e2 | |
| parent | 4f5cbd65506056ac55b82f8681cdb092e7a2d1c2 (diff) | |
| parent | 6dc47990a515f23cd6b43c20104238f53e8d08bc (diff) | |
Merge branch 'master' of git.carlh.net:git/cdist
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -627,7 +627,7 @@ class Tree(object): proj = '%s/src/%s' % (target.directory, self.name) self.cscript = {} - execfile('%s/cscript' % proj, self.cscript) + exec(open('%s/cscript' % proj).read(), self.cscript) if os.path.exists('%s/wscript' % proj): v = read_wscript_variable(proj, "VERSION"); |
