The patch is not going to work. Get the source package and take a look
at the code:

def _check (path):
        return exists(path) and isdir(path) and isfile(path+"/AUTHORS")

name = join(dirname(__file__), '..')
if _check(name):
                sys.path.insert(0, abspath(name))
else:
                sys.path.insert(0, abspath("@PYTHONDIR@"))
...

-- 
Can't open the sucsessfully installed "Labyrinth Mind-mapping"
https://launchpad.net/bugs/86503

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to