From 28b1a9fa1e453d9f4761ed623269adc9f50b8fb8 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 9 Apr 2008 22:08:55 +0000 Subject: [PATCH] added 'key' to 'fields' --- qaapi/qa/Slices.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qaapi/qa/Slices.py b/qaapi/qa/Slices.py index 182fdca..f16919b 100644 --- a/qaapi/qa/Slices.py +++ b/qaapi/qa/Slices.py @@ -10,7 +10,8 @@ class Slice(dict, Remote): 'instantiation': 'plc-instantiated', 'max_nodes': 1000, 'description': 'blank', - 'url': None + 'url': None, + 'key': None } def __init__(self, fields = {}): -- 2.43.0