changeset 15:05f4e9e09764

rename in data.py as well
author Neil Muller <neil@dip.sun.ac.za>
date Sun, 22 Aug 2010 16:30:04 +0200
parents 38c2bb6f4d1a
children a02dc1e26c60
files gamelib/data.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/data.py	Sun Aug 22 16:28:33 2010 +0200
+++ b/gamelib/data.py	Sun Aug 22 16:30:04 2010 +0200
@@ -8,7 +8,7 @@
 import os
 
 data_py = os.path.abspath(os.path.dirname(__file__))
-data_dir = os.path.normpath(os.path.join(data_py, '..', 'data'))
+data_dir = os.path.normpath(os.path.join(data_py, '..', 'Resources'))
 
 def filepath(filename):
     '''Determine the path to a file in the data directory.