use config instead of configuration

this was kind of overzealous
This commit is contained in:
yenatch
2013-09-26 01:57:29 -04:00
parent 33c8e4147c
commit 5f0bd7a2fe

View File

@@ -6,12 +6,12 @@ from ttk import Frame, Style
import PIL
from PIL import Image, ImageTk
import configuration
conf = configuration.Config()
import config
conf = config.Config()
version = 'crystal'
#version = 'red'
#version = 'crystal'
version = 'red'
if version == 'crystal':
map_dir = os.path.join(conf.path, 'maps/')