root / trunk / gui / build.py
| Revision 4, 197 bytes (checked in by ocandy, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/usr/bin/env python |
| 2 | |
| 3 | #!/usr/bin/env python |
| 4 | |
| 5 | import os |
| 6 | |
| 7 | commands = ("pyuic4 -o opencoin_ui.py ui/OpenCoin.ui", |
| 8 | ) |
| 9 | |
| 10 | |
| 11 | for command in commands: |
| 12 | print command |
| 13 | os.system(command) |
Note: See TracBrowser
for help on using the browser.
