# HG changeset patch # User Paul Boddie # Date 1106865038 -3600 # Node ID f71be46f1596009e763cb3f503d5924964279337 # Parent 33fd8dd08ec2aac131e55041cd1ce401aaa43035 Added SecureClassLoader declaration. diff -r 33fd8dd08ec2 -r f71be46f1596 java/security/__init__.py --- a/java/security/__init__.py Thu Jan 27 23:30:33 2005 +0100 +++ b/java/security/__init__.py Thu Jan 27 23:30:38 2005 +0100 @@ -49,4 +49,7 @@ # NOTE: Implement properly. return AccessControlContext() +class SecureClassLoader(java.lang.ClassLoader): + pass + # vim: tabstop=4 expandtab shiftwidth=4