mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Remove _internal from docstring.
This commit is contained in:
@@ -177,7 +177,7 @@ class InstallerTest(test_util.ConfigTestCase):
|
|||||||
|
|
||||||
|
|
||||||
class AddrTest(unittest.TestCase):
|
class AddrTest(unittest.TestCase):
|
||||||
"""Tests for certbot._internal.plugins.common.Addr."""
|
"""Tests for certbot.plugins.common.Addr."""
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
from certbot.plugins.common import Addr
|
from certbot.plugins.common import Addr
|
||||||
|
|||||||
Reference in New Issue
Block a user