~openerp-community/openobject-server/fix-1130010-toxml-escape-quot

1
2
3
4
5
#! /usr/bin/env python2

if __name__ == '__main__':
    import openerpcommand.main
    openerpcommand.main.run()