This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import timeit | |
import re | |
from filewatcher.logparser import ( | |
parseLine as parseLineNew, | |
EventType as EventTypeNew, | |
combatLinePattern as combatLinePatternNew, | |
) | |
from filewatcher.logparser2 import ( | |
parseLine as parseLineOld, | |
EventType as EventTypeOld, |