fix more imports EIBTI-style
[invirt/packages/invirt-database.git] / python / database / owner.py
index 43e7ca4..1a27c9b 100755 (executable)
@@ -1,6 +1,6 @@
-from record import NullableRecord
+from invirt.database import record
 
-class Owner(NullableRecord):
+class Owner(record.Record):
     _f = {
         'ram_quota_total': (512, 'MiB'),
         'ram_quota_single': (512, 'MiB'),