X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=qaapi%2Fqash;h=1253d1ccddfdaf72c1c576501b1004bddd6fe07c;hb=ecfd3c10755fc660c44151b3773f971517d017f9;hp=5bf747e76861c5b99be76f52eebe1f4786ff148d;hpb=90e1accc3d78845f29ef3364d1b8edac49616791;p=tests.git diff --git a/qaapi/qash b/qaapi/qash index 5bf747e..1253d1c 100755 --- a/qaapi/qash +++ b/qaapi/qash @@ -9,7 +9,6 @@ from optparse import OptionParser from traceback import print_exc from qa import utils from qa.QAAPI import QAAPI -from qa.Test import Test sys.path.append(os.path.dirname(os.path.realpath(sys.argv[0]))) @@ -29,7 +28,6 @@ try: config = qaapi.config plcapi = config.api auth = config.auth - except Exception, err: raise