diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-08-14 17:45:57 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-08-18 09:50:44 +1000 |
commit | ba52834dd97d4c855ab98c2cbab1d6ed8d189de8 (patch) | |
tree | 013f7077722cf7cf3e3a4245fea817deb96f3451 /source4/auth/tests | |
parent | a68a5592c5fc88fc7ba335cfbe375d687c8b8112 (diff) | |
download | samba-ba52834dd97d4c855ab98c2cbab1d6ed8d189de8.tar.gz samba-ba52834dd97d4c855ab98c2cbab1d6ed8d189de8.tar.bz2 samba-ba52834dd97d4c855ab98c2cbab1d6ed8d189de8.zip |
s4:auth Remove system_session_anon() from python bindings
Diffstat (limited to 'source4/auth/tests')
-rw-r--r-- | source4/auth/tests/bindings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/auth/tests/bindings.py b/source4/auth/tests/bindings.py index cadfdd0ef7..6ecfc2047f 100644 --- a/source4/auth/tests/bindings.py +++ b/source4/auth/tests/bindings.py @@ -31,5 +31,3 @@ class AuthTests(samba.tests.TestCase): def test_system_session(self): auth.system_session() - def test_system_session_anon(self): - auth.system_session_anonymous() |