]> Git Repo - qemu.git/commitdiff
Revert "tests: migration/guestperf Python 2.6 argparse compatibility"
authorEduardo Habkost <[email protected]>
Mon, 18 Jun 2018 22:51:31 +0000 (19:51 -0300)
committerEduardo Habkost <[email protected]>
Thu, 4 Oct 2018 02:08:51 +0000 (23:08 -0300)
This reverts commit 0ea47d0f36112f0f38661e2e430edf32737c7f43.

scripts/argparse.py was removed from the tree, so we don't
need this hack anymore.

Signed-off-by: Eduardo Habkost <[email protected]>
Message-Id: <20180618225131[email protected]>
Reviewed-by: Daniel P. BerrangĂ© <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
tests/migration/guestperf/shell.py

index a6b8cec1e0cb9933b2a53e5915687e9691108f45..61d2abbaad2fcf5b77d5628bcfa33c90a3d367ba 100644 (file)
@@ -19,14 +19,12 @@ from __future__ import print_function
 #
 
 
-import os
-import os.path
-import sys
-sys.path.append(os.path.join(os.path.dirname(__file__),
-                             '..', '..', '..', 'scripts'))
 import argparse
 import fnmatch
+import os
+import os.path
 import platform
+import sys
 import logging
 
 from guestperf.hardware import Hardware
This page took 0.028203 seconds and 4 git commands to generate.