mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
import print_function
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
"""Module to setup an RFC2136-capable DNS server"""
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import os.path
|
||||
from pkg_resources import resource_filename
|
||||
|
||||
Reference in New Issue
Block a user