Removed unused import of sys module

This commit is contained in:
Olaf Kilian 2015-05-07 09:15:04 +02:00
parent f5e7ce00e7
commit 3d3efa3614

View file

@ -97,7 +97,6 @@ Login to a Docker registry without performing any other action. Make sure that t
''' '''
import os.path import os.path
import sys
import json import json
import base64 import base64
from urlparse import urlparse from urlparse import urlparse