@@ -0,0 +1 @@
+from ._a import D
+from ._b import D
@@ -0,0 +1,7 @@
+D = 10
+
+try:
+ import test
+ exit(1)
+except ImportError:
+ pass