chiark
/
gitweb
/
~mdw
/
chopwood
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2ec2b38
)
operation.py: Fix stupid typo in commentary.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 22 Dec 2014 20:32:58 +0000
(20:32 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 7 Apr 2015 18:54:17 +0000
(19:54 +0100)
operation.py
patch
|
blob
|
blame
|
history
diff --git
a/operation.py
b/operation.py
index 50d79527f923e4b96108ac4387dbcbaaf35133cf..bf17b05778b5d54cb20b746adce529b7c7d71dd9 100644
(file)
--- 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.
"""