Index: Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py |
diff --git a/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py b/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py |
deleted file mode 100644 |
index c427b18005217c5c9399b1a5d03ec7c1109e76b0..0000000000000000000000000000000000000000 |
--- a/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-# Required for Python to search this directory for module files |
- |
-# We only export public API here. |
-from .bugzilla import Bugzilla |
-# Unclear if Bug and Attachment need to be public classes. |
-from .bug import Bug |
-from .attachment import Attachment |