From cd0c03f83f9014414169ff3d9aaed83790684c75 Mon Sep 17 00:00:00 2001 From: Open Toontown <57279094+opentoontown@users.noreply.github.com> Date: Wed, 19 Jan 2022 19:58:35 -0500 Subject: [PATCH] lol --- toontown/shtiker/EventsPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/shtiker/EventsPage.py b/toontown/shtiker/EventsPage.py index 7178d25..b95da74 100644 --- a/toontown/shtiker/EventsPage.py +++ b/toontown/shtiker/EventsPage.py @@ -1,5 +1,5 @@ import urllib.request -from panda3d.core import Vec4, Vec3, TextNode, PNMImage, StringStream, Texture, HTTPClient, DocumentSpec, Ramfile, Point3 +from panda3d.core import Vec4, Vec3, TextNode, PNMImage, StringStream, Texture, HTTPClient, DocumentSpec, Ramfile, Point3, ConfigVariableBool, ConfigVariableString from direct.task.Task import Task from direct.gui.DirectGui import DirectFrame, DirectLabel, DirectButton, DirectScrolledList, DirectCheckButton, OnscreenText from direct.gui import DirectGuiGlobals