diff options
Diffstat (limited to 'source4/lib/policy/tests/python')
-rw-r--r-- | source4/lib/policy/tests/python/bindings.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/lib/policy/tests/python/bindings.py b/source4/lib/policy/tests/python/bindings.py index afe85196c3..08b67e70c9 100644 --- a/source4/lib/policy/tests/python/bindings.py +++ b/source4/lib/policy/tests/python/bindings.py @@ -21,10 +21,11 @@ """ -import samba +from samba.tests import TestCase from samba import policy -class PolicyTests(samba.tests.TestCase): + +class PolicyTests(TestCase): def test_get_gpo_flags(self): self.assertEquals(["GPO_FLAG_USER_DISABLE"], |