docker.py: Python 2.6 argparse compatibility
commitc2d3189667409561772e8c1e5615c5166cd8aa2c
authorStefan Hajnoczi <stefanha@redhat.com>
Fri, 25 Aug 2017 15:57:31 +0000 (25 16:57 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 30 Aug 2017 11:02:11 +0000 (30 12:02 +0100)
treed0635e124b39da38cf629bb8ca0d6c96921c82b3
parent47e1cb1f0a130baa438d895eff5d05004c9a9aa2
docker.py: Python 2.6 argparse compatibility

Add the scripts/ directory to sys.path so Python 2.6 will be able to
import argparse.

Cc: Fam Zheng <famz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: John Snow <jsnow@redhat.com>
Acked-by: Fam Zheng <famz@redhat.com>
Message-id: 20170825155732.15665-3-stefanha@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/docker/docker.py