# HG changeset patch # User Neil Muller # Date 1358324310 -7200 # Node ID b37c188ddeba79569b42d93e7e861af7c62329ed # Parent 69a0349dce8e7381c8d13181745c015ac859a3af Remove outdated albow resource finding hack diff -r 69a0349dce8e -r b37c188ddeba pyntnclick/main.py --- a/pyntnclick/main.py Wed Jan 16 00:28:12 2013 +0200 +++ b/pyntnclick/main.py Wed Jan 16 10:18:30 2013 +0200 @@ -3,13 +3,7 @@ Contains the entry point used by the run_game.py script. ''' - -# Albow looks for stuff in os.path[0], which isn't always where it expects. -# The following horribleness fixes this. import sys -import os.path -right_path = os.path.dirname(os.path.dirname(__file__)) -sys.path.insert(0, right_path) from optparse import OptionParser import pygame