From 0af8ecf2835f3bc63e0f5f6d700d7d77b9d48087 Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Fri, 19 Jun 2020 08:08:00 -0400 Subject: [PATCH] Acciently checked in a version importing the wrong PySimpleGUI --- DemoPrograms/Demo_Separator_Elements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DemoPrograms/Demo_Separator_Elements.py b/DemoPrograms/Demo_Separator_Elements.py index a73e2fc6..d12102f3 100644 --- a/DemoPrograms/Demo_Separator_Elements.py +++ b/DemoPrograms/Demo_Separator_Elements.py @@ -1,4 +1,4 @@ -import PySimpleGUIWx as sg +import PySimpleGUI as sg """ Demo - Separator Elements