remove unused library

trivial modify

Change-Id: I27d5b85d2c745fee5ff0643e7771b46faebd23a6
This commit is contained in:
wu.chunyang 2018-12-12 10:24:04 +00:00
parent 9c73d4d8e4
commit 4deefe3e92
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 {