Add __init__.py to test package.
diff --git a/Lib/test/__init__.py b/Lib/test/__init__.py
new file mode 100644
index 0000000..b93054b
--- /dev/null
+++ b/Lib/test/__init__.py
@@ -0,0 +1 @@
+# Dummy file to make this directory a package.