From 7c3bae2640ac365687223a2b6c4952f0927d96c2 Mon Sep 17 00:00:00 2001 From: Syzuna Date: Thu, 5 Jan 2023 22:29:45 +0100 Subject: [PATCH] Removed broken imports that broke latest EDMC compatibility --- load.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/load.py b/load.py index d2fca05..f5f27ea 100644 --- a/load.py +++ b/load.py @@ -1,11 +1,8 @@ -import encodings import json import logging import os.path -from sre_parse import State import sys import tkinter as tk -import webbrowser from datetime import datetime, timedelta from enum import Enum from functools import partial @@ -20,7 +17,7 @@ this = sys.modules[__name__] # For holding module globals -this.VersionNo = "2.2" +this.VersionNo = "2.3" this.FactionNames = [] this.TodayData = {} this.YesterdayData = {}