Merge "remove unused library"

This commit is contained in:
Zuul 2018-12-13 15:29:37 +00:00 committed by Gerrit Code Review
commit 404d0b1c12
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Move to top level directory
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
REAL_PATH=$(python -c "import os;print os.path.realpath('$0')")
cd "$(dirname "$REAL_PATH")/.."
function process_cmd {