Skip to content

Commit

Permalink
Revert "docker.py: Python 2.6 argparse compatibility"
Browse files Browse the repository at this point in the history
This reverts commit c2d3189.

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

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20180618225131.13113-3-ehabkost@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
  • Loading branch information
ehabkost committed Oct 4, 2018
1 parent 8d0ea57 commit ae68fda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/docker/docker.py
Expand Up @@ -14,14 +14,12 @@
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
Expand Down

0 comments on commit ae68fda

Please sign in to comment.