Fixed the utf-8 thingy at the top of files

This commit is contained in:
Veronica K. B. Olsen
2019-04-14 13:20:19 +02:00
parent 4d448cad9d
commit 5609d16978
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
import sys
import nw
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter Init
novelWriter Init File
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter Config Class
novelWriter Config Class
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter Enums
novelWriter Enums
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter GUI About View
novelWriter GUI About View
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter GUI Document Editor
novelWriter GUI Document Editor
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter GUI Document Highlighter
novelWriter GUI Document Highlighter
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter GUI Document Tabs
novelWriter GUI Document Tabs
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter GUI Document Tree
novelWriter GUI Document Tree
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter GUI Project Editor
novelWriter GUI Project Editor
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter GUI Main Window
novelWriter GUI Main Window
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter Main Class
novelWriter Main Class
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter Project Document
novelWriter Project Document
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter Project Item
novelWriter Project Item
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""novelWriter Project Wrapper
novelWriter Project Wrapper
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*
# -*- coding: utf-8 -*-
"""
novelWriter Text Analysis Class
===================================