Merge "remove unused library"
This commit is contained in:
commit
404d0b1c12
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user