Skip to content
  • Jose A. Lopes's avatar
    Prepare constants for automatic reexport · ba174485
    Jose A. Lopes authored
    
    
    * separate constants and non-constants in 'lib/constants.py' to make
      it simple to replace their re-export definitions with a single
      re-export statement at the begining of the module
    
    * fix access 'CONFD_REQFIELD_*' related constants in
      'tools/confd-client' to convert them to 'String', rather then doing
      it in 'lib/constants.py' in order to allow the replacement of the
      re-export definitions with a single re-export statement
    
    Signed-off-by: default avatarJose A. Lopes <jabolopes@google.com>
    Reviewed-by: default avatarMichele Tartara <mtartara@google.com>
    ba174485