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

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/docker/docker.py

index d3006d4dae1b31e343eeb303bbbddd80352ff430..44d5f7493b49776fb40fe0910cdebe8cecdc3849 100755 (executable)
 from __future__ import print_function
 import os
 import sys
-sys.path.append(os.path.join(os.path.dirname(__file__),
-                             '..', '..', 'scripts'))
-import argparse
 import subprocess
 import json
 import hashlib
 import atexit
 import uuid
+import argparse
 import tempfile
 import re
 import signal
This page took 0.02665 seconds and 4 git commands to generate.