Removed hooke.compat.forking since issue8534 can't be monkey patched.
[hooke.git] / bin / hooke
1 #!/usr/bin/env python
2
3 import hooke.hooke
4
5 hooke.hooke.main()