comparison gamelib/scenes/manual.py @ 549:098ea4ea0d0d pyntnclick

Rename imports
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 13:19:21 +0200
parents 7cd79c5ae4c7
children ea9dd2b9186a
comparison
equal deleted inserted replaced
548:ded4324b236e 549:098ea4ea0d0d
1 """The inside of the maintenance manual.""" 1 """The inside of the maintenance manual."""
2 2
3 from albow.music import change_playlist 3 from albow.music import change_playlist
4 4
5 from gamelib.state import Scene, Thing 5 from pyntnclick.state import Scene, Thing
6 from gamelib.sound import get_current_playlist 6 from pyntnclick.sound import get_current_playlist
7 from gamelib.scenewidgets import InteractNoImage, InteractImage 7 from pyntnclick.scenewidgets import InteractNoImage, InteractImage
8 8
9 9
10 # classes related the computer detail 10 # classes related the computer detail
11 11
12 12