From 67d7f3496511b2fdbd205000596f5876b20eba7a Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 23 Sep 2009 23:41:52 +0000 Subject: [PATCH] revert accidental debug code --- direct/src/p3d/panda3d.pdef | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/direct/src/p3d/panda3d.pdef b/direct/src/p3d/panda3d.pdef index 112c1d2196..253660c607 100755 --- a/direct/src/p3d/panda3d.pdef +++ b/direct/src/p3d/panda3d.pdef @@ -14,12 +14,6 @@ from pandac.PandaModules import getModelPath, Filename, ConfigVariableFilename # and then a number of smaller, optional packages, which may or may # not be needed by any one particular application. -packager.setHost('file:///home/drose/p3dstage', - mirrors = ['file:///home/drose/p3dstage_mirror1', - 'file:///home/drose/p3dstage_mirror2', - 'file:///home/drose/p3dstage_mirror3', - 'file:///home/drose/p3dstage_mirror4']) - class coreapi(solo): # The special "coreapi" package. As a "solo", this is just a # single .dll (or dylib, or whatever). @@ -107,8 +101,8 @@ class panda3d(package): 'direct.fsm.*', 'direct.gui.*', 'direct.interval.*', - 'direct.particles.*', 'direct.p3d.*', + 'direct.particles.*', 'direct.showbase.*', 'direct.showutil.*', 'direct.stdpy.*')