From 4deefe3e92b48a20de27575553ffe674511e87cd Mon Sep 17 00:00:00 2001
From: "wu.chunyang" <wu.chunyang@99cloud.net>
Date: Wed, 12 Dec 2018 10:24:04 +0000
Subject: [PATCH] remove unused library

trivial modify

Change-Id: I27d5b85d2c745fee5ff0643e7771b46faebd23a6
---
 tools/cleanup-images | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/cleanup-images b/tools/cleanup-images
index 762b2daf75..22b27058bf 100755
--- a/tools/cleanup-images
+++ b/tools/cleanup-images
@@ -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 {