From 6143e250faadbf38ca1d5cc0e4ac5d8e653709f3 Mon Sep 17 00:00:00 2001 From: Jonathan Guyer Date: Tue, 11 Jul 2023 13:35:02 -0400 Subject: [PATCH] Import ConfFile --- ntd2d_action/sphinxdocs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ntd2d_action/sphinxdocs.py b/ntd2d_action/sphinxdocs.py index 9723f47..b077acb 100644 --- a/ntd2d_action/sphinxdocs.py +++ b/ntd2d_action/sphinxdocs.py @@ -1,6 +1,8 @@ #!/usr/bin/env python3 import pathlib +from .conffile import ConfFile + class SphinxDocs: def __init__(self, docs_dir):