search for: d7ea74b

Displaying 2 results from an estimated 2 matches for "d7ea74b".

2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...+ #t_reflected = Table("Reflected", metadata, + # autoload=True, autoload_with=engine) + + #mapper(Reflected, t_reflected) + +# Import your model modules here. diff --git a/server/ovirtserver/model/auth.py b/server/ovirtserver/model/auth.py new file mode 100644 index 0000000..d7ea74b --- /dev/null +++ b/server/ovirtserver/model/auth.py @@ -0,0 +1,27 @@ +# 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 So...
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
...ted - - #t_reflected = Table("Reflected", metadata, - # autoload=True, autoload_with=engine) - - #mapper(Reflected, t_reflected) - -# Import your model modules here. diff --git a/server/ovirtserver/model/auth.py b/server/ovirtserver/model/auth.py deleted file mode 100644 index d7ea74b..0000000 --- a/server/ovirtserver/model/auth.py +++ /dev/null @@ -1,27 +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 th...