diff --git a/core/qubesutils.py b/core/qubesutils.py index f6763f04..b1443d6c 100644 --- a/core/qubesutils.py +++ b/core/qubesutils.py @@ -737,7 +737,7 @@ class QubesWatch(object): self.block_callback = callback def setup_meminfo_watch(self, callback): - raise NotImplemented + raise NotImplementedError def setup_domain_watch(self, callback): self.domain_callback = callback