1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Remove redundant import of client

This commit is contained in:
Seth Schoen
2015-02-08 17:26:18 -08:00
parent 30c11920d9
commit f6e192bfaf
3 changed files with 0 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ import unittest
import mock
from letsencrypt.client import challenge_util
from letsencrypt.client import client
from letsencrypt.client import errors
from letsencrypt.client.apache import configurator

View File

@@ -6,7 +6,6 @@ import shutil
import mock
from letsencrypt.client import challenge_util
from letsencrypt.client import client
from letsencrypt.client import CONFIG
from letsencrypt.client.tests.apache import util

View File

@@ -7,7 +7,6 @@ import unittest
import M2Crypto
from letsencrypt.client import challenge_util
from letsencrypt.client import client
from letsencrypt.client import CONFIG
from letsencrypt.client import le_util