source:
trunk/python/SConscript@
1169
Last change on this file since 1169 was 1135, checked in by , 18 years ago | |
---|---|
File size: 189 bytes |
Line | |
---|---|
1 | import glob |
2 | |
3 | # import root environment |
4 | Import( "env") |
5 | myenv = env.Copy() |
6 | |
7 | # gather python files |
8 | pys = myenv.SGlob("*.py") |
9 | pymods = [] |
10 | for p in pys: |
11 | myenv.Install(myenv["stage_dir"],p) |
12 |
Note:
See TracBrowser
for help on using the repository browser.