root / trunk / gui / build.py

Revision 4, 197 bytes (checked in by ocandy, 4 years ago)

An inital framework for a QT4 GUI

  • Property svn:executable set to *
Line 
1#!/usr/bin/env python
2
3#!/usr/bin/env python
4
5import os
6
7commands = ("pyuic4 -o opencoin_ui.py ui/OpenCoin.ui",
8           )
9           
10
11for command in commands:
12   print command
13   os.system(command)
Note: See TracBrowser for help on using the browser.