Skip to content
Snippets Groups Projects
Commit eaa5ad5c authored by sveseli's avatar sveseli
Browse files

change __all__ to ALL for displaying all keys

parent a4419516
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment