oops: fixed git reset usage
[ugit.git] / ugit / controllers / wscript
blobd455111f8835682faf84e84a1fc077268a0c0fe7
1 #!/usr/bin/env python
2 import Common
3 def build(bld):
4 # Compile the ugit support modules
5 pyqt = bld.create_obj('py')
6 pyqt.inst_var = 'UGIT_CONTROLLERS'
7 pyqt.find_sources_in_dirs('.')