search for: 417d5ed

Displaying 2 results from an estimated 2 matches for "417d5ed".

Did you mean: 417d0ad
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...+ app = make_base_app(global_conf, full_stack=True, **app_conf) + + # Wrap your base TurboGears 2 application with custom middleware here + + return app diff --git a/server/ovirtserver/controllers/__init__.py b/server/ovirtserver/controllers/__init__.py new file mode 100644 index 0000000..417d5ed --- /dev/null +++ b/server/ovirtserver/controllers/__init__.py @@ -0,0 +1,18 @@ +# Copyright (C) 2010, Red Hat, Inc. +# Written by Darryl L. Pierce +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by t...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...quot; - app = make_base_app(global_conf, full_stack=True, **app_conf) - - # Wrap your base TurboGears 2 application with custom middleware here - - return app diff --git a/server/ovirtserver/controllers/__init__.py b/server/ovirtserver/controllers/__init__.py deleted file mode 100644 index 417d5ed..0000000 --- a/server/ovirtserver/controllers/__init__.py +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright (C) 2010, Red Hat, Inc. -# Written by Darryl L. Pierce -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as publi...