Print this page
12466 Update ManifestServ and finalizer to work with python version 2.6
*** 1,7 ****
- #!/usr/bin/python2.4
- #
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
--- 1,5 ----
*** 18,28 ****
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
! # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
__all__ = ["DefValProc", "ENParser", "TreeAcc", "install_utils", "finalizer",
"ManifestServ", "ManifestRead", "SocketServProtocol"]
--- 16,29 ----
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
! # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+ """ Module body for osol_install package
+ """
+
__all__ = ["DefValProc", "ENParser", "TreeAcc", "install_utils", "finalizer",
"ManifestServ", "ManifestRead", "SocketServProtocol"]