diff --git a/api/__init__.py b/api/__init__.py index fde997a..3b2f1d0 100644 --- a/api/__init__.py +++ b/api/__init__.py @@ -1,7 +1,5 @@ # coding=utf-8 -# coding=utf-8 - # vim: tabstop=4 shiftwidth=4 softtabstop=4 # @@ -43,5 +41,4 @@ def main(global_config, **settings): ''' This is the entry point for paste into the OCCI OS world. ''' - # TODO(tmetsch): point to correct OCCI OS app. return wsgi.OCCIApplication()