src/gui/modules/misc_non_gui.py
changeset 2339 aa5954c06b9d
parent 2319 247375ff5e19
child 2377 8e97dd53f9e4
equal deleted inserted replaced
2338:63a4d56416c6 2339:aa5954c06b9d
    38 import pkg.client.api_errors as api_errors
    38 import pkg.client.api_errors as api_errors
    39 from pkg.client import global_settings
    39 from pkg.client import global_settings
    40 
    40 
    41 # The current version of the Client API the PM, UM and
    41 # The current version of the Client API the PM, UM and
    42 # WebInstall GUIs have been tested against and are known to work with.
    42 # WebInstall GUIs have been tested against and are known to work with.
    43 CLIENT_API_VERSION = 58
    43 CLIENT_API_VERSION = 59
    44 LOG_DIR = "/var/tmp"
    44 LOG_DIR = "/var/tmp"
    45 LOG_ERROR_EXT = "_error.log"
    45 LOG_ERROR_EXT = "_error.log"
    46 LOG_INFO_EXT = "_info.log"
    46 LOG_INFO_EXT = "_info.log"
    47 PKG_CLIENT_NAME_UM = "updatemanager"
    47 PKG_CLIENT_NAME_UM = "updatemanager"
    48 IMAGE_DIRECTORY_DEFAULT = "/"   # Image default directory
    48 IMAGE_DIRECTORY_DEFAULT = "/"   # Image default directory