From 48fd2669cbfaaf6092cae0d3fd7114ddbf0443cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 7 Feb 2015 01:14:22 +0100 Subject: [PATCH] raise correct exception --- core/qubesutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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