mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
Add back used sys import. (#6954)
This commit is contained in:
committed by
Adrien Ferrand
parent
3a2e9ff1fa
commit
9c54f3dec8
@@ -1,6 +1,7 @@
|
|||||||
import codecs
|
import codecs
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
import sys
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
from setuptools.command.test import test as TestCommand
|
from setuptools.command.test import test as TestCommand
|
||||||
|
|||||||
Reference in New Issue
Block a user