Configuration moved into pgfw module

This commit is contained in:
Frank DeMarco 2012-07-16 17:56:04 +09:00
parent 78557d7c71
commit 2578195944
4 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ from GameChild import *
from Animation import *
from Audio import *
from Display import *
from configuration.Configuration import *
from Configuration import *
from EventDelegate import *
from Input import *
from ScreenGrabber import *

View File

@ -7,7 +7,7 @@ from pprint import pprint
from fileinput import FileInput
from re import sub, match
from configuration.Configuration import *
from Configuration import *
class Setup: