From eaa5ad5c3350e7f00c9d81edcb731c97e408637d Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Fri, 29 Jan 2016 22:03:31 +0000
Subject: [PATCH] change __all__ to ALL for displaying all keys

---
 src/python/dm/common/objects/dmObject.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/python/dm/common/objects/dmObject.py b/src/python/dm/common/objects/dmObject.py
index 843be2d0..5ac3c400 100755
--- a/src/python/dm/common/objects/dmObject.py
+++ b/src/python/dm/common/objects/dmObject.py
@@ -18,8 +18,8 @@ from dm.common.utility import loggingManager
 
 class DmObject(UserDict.UserDict):
     """ Base dm object class. """
-    ALL_KEYS = '__all__'
-    DEFAULT_KEYS = '__default__'
+    ALL_KEYS = 'ALL'
+    DEFAULT_KEYS = 'DEFAULT'
 
     DICT_DISPLAY_FORMAT = 'dict'
     TEXT_DISPLAY_FORMAT = 'text'
-- 
GitLab