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