# HG changeset patch # User Mads Kiilerich # Date 1574648622 -3600 # Node ID a58320dc50a9dce4124992247934a12fb1037379 # Parent 8e2313be042d1c02860a47a07b0f984d3a09d0bc vcs: drop unused Node.unicode_path diff -r 8e2313be042d -r a58320dc50a9 kallithea/lib/vcs/nodes.py --- a/kallithea/lib/vcs/nodes.py Sat Nov 23 22:07:02 2019 +0100 +++ b/kallithea/lib/vcs/nodes.py Mon Nov 25 03:23:42 2019 +0100 @@ -120,10 +120,6 @@ return None @LazyProperty - def unicode_path(self): - return safe_unicode(self.path) - - @LazyProperty def name(self): """ Returns name of the node so if its path