Remove two unused import statements

This commit is contained in:
Seth Schoen
2015-02-09 15:26:46 -08:00
parent 627302e060
commit 82617c79b2
2 changed files with 0 additions and 2 deletions
@@ -8,7 +8,6 @@ import mock
from letsencrypt.client import challenge_util
from letsencrypt.client import constants
from letsencrypt.client import client
from letsencrypt.client import le_util
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 constants
from letsencrypt.client import le_util