# HG changeset patch # User Neil Muller # Date 1282487404 -7200 # Node ID 05f4e9e097642cb4bacfc922f58b56aeae0f635c # Parent 38c2bb6f4d1a78bbdb37f4650d395b0fc29cdde5 rename in data.py as well diff -r 38c2bb6f4d1a -r 05f4e9e09764 gamelib/data.py --- 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.