From 5d1f4e278fa37b9b7f23fcdffc49d3028a4b178e Mon Sep 17 00:00:00 2001 Message-Id: <5d1f4e278fa37b9b7f23fcdffc49d3028a4b178e.1715120464.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 22 Dec 2014 20:32:58 +0000 Subject: [PATCH] operation.py: Fix stupid typo in commentary. Organization: Straylight/Edgeware From: Mark Wooding --- operation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operation.py b/operation.py index 50d7952..bf17b05 100644 --- a/operation.py +++ b/operation.py @@ -179,7 +179,7 @@ class BaseRequest (object): It provides an empty `INFO' map; a simple `check' method which checks the operation name (in the class attribute `OP') against the configured policy - `CFG'ALLOWOP'; and the obvious `perform' method which assumes that the + `CFG.ALLOWOP'; and the obvious `perform' method which assumes that the `ops' list has already been constructed. """ -- [mdw]