Commit f52c0a6a authored by Stefan Behnel's avatar Stefan Behnel

A function that is supposed to return something should return something.

parent 87af081c
......@@ -437,7 +437,7 @@ class UtilityCodeBase(object):
return "<%s(%s)>" % (type(self).__name__, self.name)
def get_tree(self, **kwargs):
pass
return None
def __deepcopy__(self, memodict=None):
# No need to deep-copy utility code since it's essentially immutable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment