src/modules/publish/__init__.py
changeset 409 713e20963dc2
parent 33 c475e7f3eab8
child 1516 8c950a3b4171
equal deleted inserted replaced
408:ed31559deaf4 409:713e20963dc2
     1 #!/usr/bin/python
     1 #!/usr/bin/python2.4
     2 #
     2 #
     3 # CDDL HEADER START
     3 # CDDL HEADER START
     4 #
     4 #
     5 # The contents of this file are subject to the terms of the
     5 # The contents of this file are subject to the terms of the
     6 # Common Development and Distribution License (the "License").
     6 # Common Development and Distribution License (the "License").
    19 #
    19 #
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 
    22 
    23 #
    23 #
    24 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
    24 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    25 # Use is subject to license terms.
    25 # Use is subject to license terms.
    26 #
    26 #
    27 
    27 
    28 __all__ = ["transaction"]
    28 __all__ = ["transaction"]