From a5bc4d93a10368055a06cd791774991d9f511c40 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 4 Nov 2009 00:09:28 +0000 Subject: [PATCH] remove drose --- direct/src/p3d/coreapi.pdef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/p3d/coreapi.pdef b/direct/src/p3d/coreapi.pdef index dbb70fcade..dd93e5e11e 100644 --- a/direct/src/p3d/coreapi.pdef +++ b/direct/src/p3d/coreapi.pdef @@ -75,7 +75,7 @@ class certlist(package): # They should be PEM-encoded and their filenames must end in the # ".pem" or ".crt" extension, and they should be added with the # extract = True flag so they will be extracted to disk. - file('/home/drose/mycertpub.pem', extract = True) + pass class p3dcert(package):