svn path=/trunk/packages/invirt-base/; revision=2148
+invirt-base (0.0.23) unstable; urgency=low
+
+ * another minor bugfix
+
+ -- Peter A. Iannucci <iannucci@mit.edu> Tue, 17 Feb 2009 03:05:13 -0500
+
invirt-base (0.0.22) unstable; urgency=low
* minor bugfix
if x == None:
x = Owner(owner_id=owner, ram_quota_total=None, ram_quota_single=None,
disk_quota_total=None, disk_quota_single=None,
- vms_quota_total=None, vms_quota_active)
+ vms_quota_total=None, vms_quota_active=None)
if opts.memtotal != None:
total = int(opts.memtotal)