X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=blobdiff_plain;f=naja%2Fscenes%2Fhowto.py;h=4d341786d780968b739c96aa6589e39c266f1863;hp=cf6f3549fcf6d66eefd6375bde6b4992eb8259e7;hb=51be7c66a7b60369a7165f3130f13951c21e53fa;hpb=a2e00020315065e5730f9fcdd50bf9200d575195 diff --git a/naja/scenes/howto.py b/naja/scenes/howto.py index cf6f354..4d34178 100644 --- a/naja/scenes/howto.py +++ b/naja/scenes/howto.py @@ -62,7 +62,7 @@ class HowtoScene(Scene): box_width=740, view_port=(780, 540))) def handle_scene_event(self, ev): - from naja.scenes.menu import MenuScene + from naja.scenes.introduction import IntroductionScene if ev.type == pgl.KEYDOWN and ev.key in KEYS.QUIT: - SceneChangeEvent.post(MenuScene) + SceneChangeEvent.post(IntroductionScene) return