[FIX] jsdoc: .include lends to the instances (Class#), not to the class
[odoo/odoo.git] / openerp-web.py
index 9153740..5617a0b 100755 (executable)
@@ -44,12 +44,12 @@ if __name__ == "__main__":
     (options, args) = optparser.parse_args(sys.argv[1:])
 
     os.environ["TZ"] = "UTC"
-    
+
     if not options.log_config:
         logging.basicConfig(level=getattr(logging, options.log_level.upper()))
     else:
         logging.config.fileConfig(options.log_config)
-    
+
     app = web.common.dispatch.Root(options)
 
     werkzeug.serving.run_simple(