comparison gamelib/main.py @ 264:3cedc4f95925

Ran pyflakes and fixed some minor things.
author Jeremy Thurgood <firxen@gmail.com>
date Fri, 27 Aug 2010 19:35:20 +0200
parents c6ea3b11514c
children fe899fb63866
comparison
equal deleted inserted replaced
263:3b4a78422201 264:3cedc4f95925
12 sys.path.insert(0, right_path) 12 sys.path.insert(0, right_path)
13 from optparse import OptionParser 13 from optparse import OptionParser
14 14
15 import pygame 15 import pygame
16 from pygame.locals import SWSURFACE 16 from pygame.locals import SWSURFACE
17 from albow.dialogs import alert
18 from albow.shell import Shell 17 from albow.shell import Shell
19 18
20 from menu import MenuScreen 19 from menu import MenuScreen
21 from gamescreen import GameScreen 20 from gamescreen import GameScreen
22 from constants import SCREEN, FRAME_RATE, FREQ, BITSIZE, CHANNELS, BUFFER, DEBUG 21 from constants import SCREEN, FRAME_RATE, FREQ, BITSIZE, CHANNELS, BUFFER, DEBUG