javaclass

Change of java/security/__init__.py

163:f71be46f1596
java/security/__init__.py
     1.1 --- a/java/security/__init__.py	Thu Jan 27 23:30:33 2005 +0100
     1.2 +++ b/java/security/__init__.py	Thu Jan 27 23:30:38 2005 +0100
     1.3 @@ -49,4 +49,7 @@
     1.4          # NOTE: Implement properly.
     1.5          return AccessControlContext()
     1.6  
     1.7 +class SecureClassLoader(java.lang.ClassLoader):
     1.8 +    pass
     1.9 +
    1.10  # vim: tabstop=4 expandtab shiftwidth=4