Commit 48d11bca authored by Nick Harper's avatar Nick Harper Committed by Commit Bot

Fix presubmit error from pyftpdlib.ftpserver import

Change-Id: Ic08885239a5a5c2a1da7475c033ab80aa6f49ed4
Reviewed-on: https://chromium-review.googlesource.com/879404Reviewed-by: default avatarSteven Valdez <svaldez@chromium.org>
Reviewed-by: default avatarDavid Benjamin <davidben@chromium.org>
Commit-Queue: Nick Harper <nharper@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531317}
parent 15858fdc
...@@ -42,6 +42,7 @@ ROOT_DIR = os.path.dirname(os.path.dirname(os.path.dirname(BASE_DIR))) ...@@ -42,6 +42,7 @@ ROOT_DIR = os.path.dirname(os.path.dirname(os.path.dirname(BASE_DIR)))
# Insert at the beginning of the path, we want to use our copies of the library # Insert at the beginning of the path, we want to use our copies of the library
# unconditionally (since they contain modifications from anything that might be # unconditionally (since they contain modifications from anything that might be
# obtained from e.g. PyPi). # obtained from e.g. PyPi).
sys.path.insert(0, os.path.join(ROOT_DIR, 'third_party', 'pyftpdlib', 'src'))
sys.path.insert(0, os.path.join(ROOT_DIR, 'third_party', 'pywebsocket', 'src')) sys.path.insert(0, os.path.join(ROOT_DIR, 'third_party', 'pywebsocket', 'src'))
sys.path.insert(0, os.path.join(ROOT_DIR, 'third_party', 'tlslite')) sys.path.insert(0, os.path.join(ROOT_DIR, 'third_party', 'tlslite'))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment