Ojan Vafai cb0bfcd527 Get test_webkitpy to actually run again.
-Fix all the Tools/Scripts paths to use tools.
-Fix imports of deleted modules.
-Delete SVN module

TBR=abarth@chromium.org

Review URL: https://codereview.chromium.org/639883003
2014-10-26 11:17:48 -07:00

7 lines
198 B
Python

# Required for Python to search this directory for module files
# We only export public API here.
from .detection import SCMDetector
from .git import Git, AmbiguousCommitError
from .scm import SCM