search for: 36e3d8c

Displaying 2 results from an estimated 2 matches for "36e3d8c".

Did you mean: 36d3f8c
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...+ +"""Test suite for the TG app's models""" +from nose.tools import eq_ + +from ovirtserver import model +from ovirtserver.tests.models import ModelTest diff --git a/server/ovirtserver/websetup.py b/server/ovirtserver/websetup.py new file mode 100644 index 0000000..36e3d8c --- /dev/null +++ b/server/ovirtserver/websetup.py @@ -0,0 +1,42 @@ +# 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 the Free Soft...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...or you can map to a view directly with ... + # (r'regex', 'name.of.package.to.the.view.function'), + (r'', include('ovirtserver.initservice.urls')), +) diff --git a/server/ovirtserver/websetup.py b/server/ovirtserver/websetup.py deleted file mode 100644 index 36e3d8c..0000000 --- a/server/ovirtserver/websetup.py +++ /dev/null @@ -1,42 +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 published by the...