Remove unneeded path ammendment and imports

Change-Id: Ibdd09032850a08f2db27c0904897ddaef133747b
diff --git a/TestON/bin/updatedriver.py b/TestON/bin/updatedriver.py
index 084286d..b023e5d 100644
--- a/TestON/bin/updatedriver.py
+++ b/TestON/bin/updatedriver.py
@@ -1,8 +1,7 @@
 import inspect
 import sys
 import os
-import re 
-sys.path.append("../")
+import re
 from core import xmldict
 '''
 @author: Raghav Kashyap (raghavkashyap@paxterrasolutions.com)