From b27b951367bbf081a73deec28347c3b607ff434e Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Fri, 8 Mar 2002 18:42:33 +0000 Subject: export yes/no to be in sync with libmsec. --- share/shadow.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/shadow.py b/share/shadow.py index 5cc7c9e..f7ec12f 100755 --- a/share/shadow.py +++ b/share/shadow.py @@ -35,6 +35,9 @@ NONE=0 ALL=1 LOCAL=2 +yes=1 +no=0 + FAKE = {} def indirect(name, func, type, args): -- cgit v1.2.1