mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Fix small errors.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
# - "2.6"
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
|
||||
before_install: >
|
||||
|
||||
@@ -17,7 +17,7 @@ from letsencrypt.client import logger
|
||||
|
||||
# pylint: disable=no-member
|
||||
UBUNTU_CONFIGS = pkg_resources.resource_filename(
|
||||
__name__, "debian_apache_2_4")
|
||||
"letsencrypt.client.tests", "testdata/debian_apache_2_4")
|
||||
|
||||
TEMP_DIR = ""
|
||||
CONFIG_DIR = ""
|
||||
@@ -34,10 +34,6 @@ def setUpModule():
|
||||
logger.setLogLevel(logger.INFO)
|
||||
display.set_display(display.NcursesDisplay())
|
||||
|
||||
if not os.path.isdir(UBUNTU_CONFIGS):
|
||||
print "Please place the configuration directory: %s" % UBUNTU_CONFIGS
|
||||
sys.exit(1)
|
||||
|
||||
TEMP_DIR = tempfile.mkdtemp("temp")
|
||||
CONFIG_DIR = tempfile.mkdtemp("config")
|
||||
WORK_DIR = tempfile.mkdtemp("work")
|
||||
|
||||
Reference in New Issue
Block a user