X-Git-Url: https://git.distorted.org.uk/~mdw/chopwood/blobdiff_plain/2ec2b38ffe12eb14c57dc0053cdf70a93736a283..5d1f4e278fa37b9b7f23fcdffc49d3028a4b178e:/operation.py 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. """