diff options
Diffstat (limited to 'swiftclient/utils.py')
-rw-r--r-- | swiftclient/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/swiftclient/utils.py b/swiftclient/utils.py index f0fcc01..2f4ec3f 100644 --- a/swiftclient/utils.py +++ b/swiftclient/utils.py @@ -21,6 +21,7 @@ import time import six TRUE_VALUES = set(('true', '1', 'yes', 'on', 't', 'y')) +EMPTY_ETAG = 'd41d8cd98f00b204e9800998ecf8427e' def config_true_value(value): |