projects
/
invirt/packages/invirt-database.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
cosmetic change
[invirt/packages/invirt-database.git]
/
python
/
database
/
owner.py
diff --git
a/python/database/owner.py
b/python/database/owner.py
index
43e7ca4
..
4988bf3
100755
(executable)
--- a/
python/database/owner.py
+++ b/
python/database/owner.py
@@
-1,6
+1,6
@@
-from record import NullableRecord
+from record import Record
-class Owner(NullableRecord):
+class Owner(Record):
_f = {
'ram_quota_total': (512, 'MiB'),
'ram_quota_single': (512, 'MiB'),