| OLD | NEW |
| (Empty) |
| 1 # Required for Python to search this directory for module files | |
| 2 # This directory houses Python modules that do not yet have a proper home. | |
| 3 # | |
| 4 # Some of the Python modules in this directory aren't really part of webkitpy | |
| 5 # in the sense that they're not classes that are meant to be used as part of | |
| 6 # the webkitpy library. Instead, they're a bunch of helper code for individual | |
| 7 # scripts in in Tools/Scripts. | |
| 8 # | |
| 9 # Really, all this code should either be refactored or moved somewhere else, | |
| 10 # hence the somewhat lame name for this directory. | |
| OLD | NEW |