Statistics
| Branch: | Tag: | Revision:

root / htools / Ganeti / Objects.hs @ 36691f08

History | View | Annotate | Download (8.7 kB)

# Date Author Comment
b1e81520 03/13/2012 02:48 pm Iustin Pop

htools: add partial implementation of lib/objects.py

This is partial since not all object types can be easily converted for
now (will need some changes on the Python side for this).

Most importantly, the *Params types do not have a good solution now:
the Python code, due to its dynamic typing, hides the fact that we...