odoo/oe

6 lines
112 B
Python
Executable File

#! /usr/bin/env python
if __name__ == '__main__':
import openerpcommand.main
openerpcommand.main.run()