summaryrefslogtreecommitdiff
path: root/git/test/db/dulwich/lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/db/dulwich/lib.py')
-rw-r--r--git/test/db/dulwich/lib.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/git/test/db/dulwich/lib.py b/git/test/db/dulwich/lib.py
index a1110ffa..56734064 100644
--- a/git/test/db/dulwich/lib.py
+++ b/git/test/db/dulwich/lib.py
@@ -1,6 +1,11 @@
"""dulwich specific utilities, as well as all the default ones"""
-from git.test.lib import *
+from git.test.lib import (
+ InheritedTestMethodsOverrideWrapperMetaClsAutoMixin,
+ needs_module_or_skip
+ )
+
+__all__ = ['needs_dulwich_or_skip', 'DulwichRequiredMetaMixin']
#{ Decoorators