changeset 738:b37c188ddeba pyntnclick

Remove outdated albow resource finding hack
author Neil Muller <neil@dip.sun.ac.za>
date Wed, 16 Jan 2013 10:18:30 +0200
parents 69a0349dce8e
children 096a568d98aa
files pyntnclick/main.py
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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