From 701afea3060e1730b3a59fb3757d730f44aba460 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Tue, 3 May 2005 04:40:54 +0000 Subject: [PATCH] Fixed test for tree root --- doc/makepanda/maketarball.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/makepanda/maketarball.py b/doc/makepanda/maketarball.py index c546438d58..7f9234c32e 100755 --- a/doc/makepanda/maketarball.py +++ b/doc/makepanda/maketarball.py @@ -44,7 +44,6 @@ def writefile(dest,desiredcontents): PANDASOURCE=os.path.dirname(os.path.abspath(sys.path[0])) if ((os.path.exists(os.path.join(PANDASOURCE,"makepanda/makepanda.py"))==0) or - (os.path.exists(os.path.join(PANDASOURCE,"makepanda/makepanda.sln"))==0) or (os.path.exists(os.path.join(PANDASOURCE,"dtool","src","dtoolbase","dtoolbase.h"))==0) or (os.path.exists(os.path.join(PANDASOURCE,"panda","src","pandabase","pandabase.h"))==0)): sys.exit("I am unable to locate the root of the panda source tree.")