Removed wrong manual merge.

This commit is contained in:
Thomas Goirand
2015-07-30 20:20:24 +00:00
parent 8719d8f401
commit 7fec755a3b

View File

@@ -34,14 +34,6 @@ LOG = logging.getLogger(__name__)
# Internal helpers...
def _is_all_none(arg, *args):
if arg is not None:
return False
for more_arg in args:
if more_arg is not None:
return False
return True
def _format_meta(metadata, indent):
"""Format the common metadata dictionary in the same manner."""