From e9fd5b7b628bed4662367173e1bb633d263714d5 Mon Sep 17 00:00:00 2001 From: Thomas Kowaliczek Date: Tue, 4 Oct 2016 02:26:06 +0200 Subject: [PATCH] fix #1 --- tutorial1d/scripts/tutorial1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial1d/scripts/tutorial1.py b/tutorial1d/scripts/tutorial1.py index 2f9d76a..832e6c2 100644 --- a/tutorial1d/scripts/tutorial1.py +++ b/tutorial1d/scripts/tutorial1.py @@ -141,7 +141,7 @@ def mouseWheelMovedDown(self, event): def mouseDragged(self, event): pass -class Tutorial1Application(ApplicationBase): +class Tutorial1Application(PychanApplicationBase): """ The main application. It inherits fife.extensions.ApplicationBase and implements the _pump() function which gets called every frame.