Renamed the document files to nwd as they are no longer strictly markdown

This commit is contained in:
Veronica K. B. Olsen
2019-04-13 18:45:59 +02:00
parent e1289a6a06
commit eca8a807ce
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ logger = logging.getLogger(__name__)
class NWDoc():
FILE_MN = "main.md"
FILE_MN = "main.nwd"
def __init__(self, theProject):