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
@@ -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
@@ -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
@@ -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