Title: [90524] trunk/Tools
- Revision
- 90524
- Author
- [email protected]
- Date
- 2011-07-06 19:24:02 -0700 (Wed, 06 Jul 2011)
Log Message
2011-07-06 Adam Barth <[email protected]>
Add goofy comments to explain why we have these files.
* Scripts/webkitpy/layout_tests/controllers/__init__.py:
* Scripts/webkitpy/layout_tests/layout_package/__init__.py:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (90523 => 90524)
--- trunk/Tools/ChangeLog 2011-07-07 02:16:12 UTC (rev 90523)
+++ trunk/Tools/ChangeLog 2011-07-07 02:24:02 UTC (rev 90524)
@@ -1,5 +1,12 @@
2011-07-06 Adam Barth <[email protected]>
+ Add goofy comments to explain why we have these files.
+
+ * Scripts/webkitpy/layout_tests/controllers/__init__.py:
+ * Scripts/webkitpy/layout_tests/layout_package/__init__.py:
+
+2011-07-06 Adam Barth <[email protected]>
+
Move a bunch of classes out of layout_tests.layout_package and into layout_tests.controllers
https://bugs.webkit.org/show_bug.cgi?id=64048
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/controllers/__init__.py (90523 => 90524)
--- trunk/Tools/Scripts/webkitpy/layout_tests/controllers/__init__.py 2011-07-07 02:16:12 UTC (rev 90523)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/controllers/__init__.py 2011-07-07 02:24:02 UTC (rev 90524)
@@ -0,0 +1 @@
+# Required for Python to search this directory for module files
Modified: trunk/Tools/Scripts/webkitpy/layout_tests/layout_package/__init__.py (90523 => 90524)
--- trunk/Tools/Scripts/webkitpy/layout_tests/layout_package/__init__.py 2011-07-07 02:16:12 UTC (rev 90523)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/layout_package/__init__.py 2011-07-07 02:24:02 UTC (rev 90524)
@@ -0,0 +1 @@
+# Required for Python to search this directory for module files
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes