Exemple #1
0
def unregister_namespaces():
    """Unregister all custom XMP namespaces.

    Builtin namespaces are not unregistered.
    This function always succeeds.
    """
    libexiv2python._unregisterAllXmpNs()
Exemple #2
0
def unregister_namespaces():
    """
    Unregister all custom XMP namespaces.

    Builtin namespaces are not unregistered.

    This function always succeeds.
    """
    libexiv2python._unregisterAllXmpNs()