Add a merge button to the uber-search gui
[ugit.git] / ui / wscript
blobeb50da4b1a2db2ca94409267578ed96d448d93ef
1 #!/usr/bin/env python
2 def build(bld):
3 pyqt = bld.create_obj('py')
4 pyqt.inst_var = 'PYMODS_UGIT'
5 pyqt.find_sources_in_dirs('.')