diff options
Diffstat (limited to 'share')
-rwxr-xr-x | share/shadow.py | 3 |
1 files changed, 3 insertions, 0 deletions
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): |