diff options
Diffstat (limited to 'source4/auth/tests')
-rw-r--r-- | source4/auth/tests/bindings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/tests/bindings.py b/source4/auth/tests/bindings.py index 4a4b12bf69..b7a5994675 100644 --- a/source4/auth/tests/bindings.py +++ b/source4/auth/tests/bindings.py @@ -24,7 +24,7 @@ the functionality, that's already done in other tests. """ import unittest -import auth +from samba import auth class AuthTests(unittest.TestCase): def test_system_session(self): |