[FIX] event: fixed the function that computes the register_* fields + fixed the yaml...
[odoo/odoo.git] / openerp-server
index 87e75a5..71a52d5 100755 (executable)
@@ -42,9 +42,6 @@ import openerp
 __author__ = openerp.release.author
 __version__ = openerp.release.version
 
-import sys
-import imp
-
 def check_root_user():
     """ Exit if the process's user is 'root' (on POSIX system)."""
     if os.name == 'posix':
@@ -216,7 +213,6 @@ if __name__ == "__main__":
 
     check_root_user()
     openerp.tools.config.parse_config(sys.argv[1:])
-
     check_postgres_user()
     openerp.netsvc.init_logger()
     report_configuration()