Don't redefine ALL_FOUR

This commit is contained in:
Seth Schoen 2015-05-14 11:48:30 -07:00
parent 35308bfc7d
commit 93953604a2

View file

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