summaryrefslogtreecommitdiff
path: root/ick2/trans.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick2/trans.py')
-rw-r--r--ick2/trans.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/ick2/trans.py b/ick2/trans.py
index f1c8e5e..c5dc22f 100644
--- a/ick2/trans.py
+++ b/ick2/trans.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2018 Lars Wirzenius
+# Copyright (C) 2018-2019 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@@ -59,9 +59,6 @@ class TransactionalState:
raise ick2.NotFound(kind=kind, rid=rid)
return TransactionalResource(self.state, kind, rid)
- def get_resource_kinds(self):
- return self.state.get_resource_kinds()
-
def get_resource_ids(self, kind):
return self.state.get_resource_ids(kind)