mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Forgot to import shutil
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""Provides a common base for Apache proxies"""
|
||||
import re
|
||||
import os
|
||||
import shutil
|
||||
import subprocess
|
||||
|
||||
import mock
|
||||
|
||||
Reference in New Issue
Block a user