mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Don't redefine ALL_FOUR
This commit is contained in:
parent
35308bfc7d
commit
93953604a2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import pytz
|
|||
import shutil
|
||||
import unittest
|
||||
|
||||
ALL_FOUR = ("cert", "privkey", "chain", "fullchain")
|
||||
from letsencrypt.storage import ALL_FOUR
|
||||
|
||||
def unlink_all(rc_object):
|
||||
"""Unlink all four items associated with this RenewableCert.
|
||||
|
|
|
|||
Loading…
Reference in a new issue