From 4e819c89127b4ad347ccb7d41af0deef7b39fa53 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 3 Mar 2013 22:58:47 +0000 Subject: [PATCH] add pygame._view --- direct/src/p3d/thirdparty.pdef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/p3d/thirdparty.pdef b/direct/src/p3d/thirdparty.pdef index c4abffe881..b580c49225 100644 --- a/direct/src/p3d/thirdparty.pdef +++ b/direct/src/p3d/thirdparty.pdef @@ -77,7 +77,7 @@ class pygame(package): require('panda3d', 'numpy') module('pygame', required = True) - module('pygame.*') + module('pygame.*', 'pygame._view') class twisted(package): config(display_name = "Twisted")