diff --git a/novelWriter.py b/novelWriter.py index d47570ac..bcc54f08 100755 --- a/novelWriter.py +++ b/novelWriter.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- import sys import nw diff --git a/nw/__init__.py b/nw/__init__.py index 9607e421..a9ca37f4 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter Init novelWriter – Init File diff --git a/nw/config.py b/nw/config.py index 18fd8a47..182048e6 100644 --- a/nw/config.py +++ b/nw/config.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter Config Class novelWriter – Config Class diff --git a/nw/enum.py b/nw/enum.py index 30e7ee2b..82658a48 100644 --- a/nw/enum.py +++ b/nw/enum.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter Enums novelWriter – Enums diff --git a/nw/gui/aboutview.py b/nw/gui/aboutview.py index 79a166a4..fa3e747c 100644 --- a/nw/gui/aboutview.py +++ b/nw/gui/aboutview.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter GUI About View novelWriter – GUI About View diff --git a/nw/gui/doceditor.py b/nw/gui/doceditor.py index 504bc0fe..5b272d73 100644 --- a/nw/gui/doceditor.py +++ b/nw/gui/doceditor.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter GUI Document Editor novelWriter – GUI Document Editor diff --git a/nw/gui/dochighlight.py b/nw/gui/dochighlight.py index fc6a8887..842f7d5c 100644 --- a/nw/gui/dochighlight.py +++ b/nw/gui/dochighlight.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter GUI Document Highlighter novelWriter – GUI Document Highlighter diff --git a/nw/gui/doctabs.py b/nw/gui/doctabs.py index 7383c96e..b8e5c46c 100644 --- a/nw/gui/doctabs.py +++ b/nw/gui/doctabs.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter GUI Document Tabs novelWriter – GUI Document Tabs diff --git a/nw/gui/doctree.py b/nw/gui/doctree.py index 2bb3839c..7a37e51d 100644 --- a/nw/gui/doctree.py +++ b/nw/gui/doctree.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter GUI Document Tree novelWriter – GUI Document Tree diff --git a/nw/gui/projecteditor.py b/nw/gui/projecteditor.py index 546d4ed3..a02b82cb 100644 --- a/nw/gui/projecteditor.py +++ b/nw/gui/projecteditor.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter GUI Project Editor novelWriter – GUI Project Editor diff --git a/nw/gui/winmain.py b/nw/gui/winmain.py index a60d0873..1c13be39 100644 --- a/nw/gui/winmain.py +++ b/nw/gui/winmain.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter GUI Main Window novelWriter – GUI Main Window diff --git a/nw/main.py b/nw/main.py index 863efba1..f7a90f10 100644 --- a/nw/main.py +++ b/nw/main.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter Main Class novelWriter – Main Class diff --git a/nw/project/document.py b/nw/project/document.py index 2067bbe7..65cbe19a 100644 --- a/nw/project/document.py +++ b/nw/project/document.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter Project Document novelWriter – Project Document diff --git a/nw/project/item.py b/nw/project/item.py index 7bf3c404..e1ba4bdc 100644 --- a/nw/project/item.py +++ b/nw/project/item.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter Project Item novelWriter – Project Item diff --git a/nw/project/project.py b/nw/project/project.py index 2cb97761..4bc37644 100644 --- a/nw/project/project.py +++ b/nw/project/project.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """novelWriter Project Wrapper novelWriter – Project Wrapper diff --git a/nw/tools/analyse.py b/nw/tools/analyse.py index 880fe924..7c9c5d85 100644 --- a/nw/tools/analyse.py +++ b/nw/tools/analyse.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -* +# -*- coding: utf-8 -*- """ novelWriter – Text Analysis Class ===================================