Fixing the def main function, properly calling it from treecutter.
[treecutter.git] / bin / treecutter
1 #!/usr/bin/python
2
3 from treecutter import main
4
5 main.main()