diff gamelib/main.py @ 26:0a68d137f509

Initial inventory palette thing.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 22 Aug 2010 18:38:56 +0200
parents f9e697e0c6ba
children 0f25f7b9b37a
line wrap: on
line diff
--- a/gamelib/main.py	Sun Aug 22 18:14:05 2010 +0200
+++ b/gamelib/main.py	Sun Aug 22 18:38:56 2010 +0200
@@ -4,12 +4,12 @@
 
 '''
 
-import data
-
 import pygame
 from pygame.locals import SWSURFACE, SRCALPHA
 from albow.dialogs import alert
 from albow.shell import Shell
+
+import data
 from menu import MenuScreen
 from gamescreen import GameScreen
 from constants import SCREEN