diff options
Diffstat (limited to 'git/test/test_actor.py')
-rw-r--r-- | git/test/test_actor.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/git/test/test_actor.py b/git/test/test_actor.py index ee968455..d79673f8 100644 --- a/git/test/test_actor.py +++ b/git/test/test_actor.py @@ -4,9 +4,8 @@ # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php -from git.test.lib import * -from git import * - +from git.test.lib import assert_equal +from git import Actor class TestActor(object): |