mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Stop inheriting from object. It's unneeded on Python 3+. (#8675)
This commit is contained in:
@@ -16,7 +16,7 @@ from certbot_apache._internal import constants
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ApacheParser(object):
|
||||
class ApacheParser:
|
||||
"""Class handles the fine details of parsing the Apache Configuration.
|
||||
|
||||
.. todo:: Make parsing general... remove sites-available etc...
|
||||
|
||||
Reference in New Issue
Block a user