repo.or.cz
/
ugit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pull: make pull verbose
[ugit.git]
/
ui
/
wscript
blob
b517e3bed6a5a933d4764628edcb86a6c98c585c
1
#!/usr/bin/env python
2
def
build
(
bld
):
3
pyqt
=
bld
.
create_obj
(
'py'
)
4
pyqt
.
inst_var
=
'UGIT_VIEWS'
5
pyqt
.
find_sources_in_dirs
(
'.'
)
6