Revision 28b71a76 lib/constants.py

b/lib/constants.py
947 947
#: List of resources which can be queried using L{opcodes.OpQuery}
948 948
QR_OP_QUERY = frozenset([QR_INSTANCE, QR_NODE])
949 949

  
950
#: List of resources which can be queried using LUXI
951
QR_OP_LUXI = QR_OP_QUERY.union([
952
  ])
953

  
950 954
# Query field types
951 955
QFT_UNKNOWN = "unknown"
952 956
QFT_TEXT = "text"

Also available in: Unified diff