Minor cleanup, and made status class properties private

This commit is contained in:
Veronica K. B. Olsen
2020-09-18 18:50:13 +02:00
parent 4e03fdca31
commit de72d93b9c
3 changed files with 43 additions and 46 deletions
+2 -4
View File
@@ -27,7 +27,6 @@
import logging
import re
import nw
from operator import itemgetter
from PyQt5.QtCore import QRegularExpression
@@ -74,9 +73,8 @@ class Tokenizer():
def __init__(self, theProject, theParent):
self.mainConf = nw.CONFIG
self.theProject = theProject
self.theParent = theParent
self.theProject = theProject
self.theParent = theParent
# Data Variables
self.theText = None # The raw text to be tokenized