src/modules/client/history.py
changeset 2991 75e616731cc3
parent 2728 69903f3b722b
child 3125 cc1fb2164f05
equal deleted inserted replaced
2990:2cc6693a7d83 2991:75e616731cc3
    19 #
    19 #
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 
    22 
    23 #
    23 #
    24 # Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
    24 # Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
    25 #
    25 #
    26 
    26 
    27 import copy
    27 import copy
    28 import errno
    28 import errno
    29 import os
    29 import os
   249         """
   249         """
   250 
   250 
   251         # The directory where the history directory can be found (or
   251         # The directory where the history directory can be found (or
   252         # created if it doesn't exist).
   252         # created if it doesn't exist).
   253         root_dir = None
   253         root_dir = None
   254         # The name of the client (e.g. pkg, packagemanager, etc.)
   254         # The name of the client (e.g. pkg, etc.)
   255         client_name = None
   255         client_name = None
   256         # The version of the client (e.g. 093ca22da67c).
   256         # The version of the client (e.g. 093ca22da67c).
   257         client_version = None
   257         client_version = None
   258         # How the client was invoked (e.g. 'pkg install -n foo').
   258         # How the client was invoked (e.g. 'pkg install -n foo').
   259         client_args = None
   259         client_args = None