Changeset - a58320dc50a9
[Not reviewed]
default
0 1 0
Mads Kiilerich (mads) - 6 years ago 2019-11-25 03:23:42
mads@kiilerich.com
Grafted from: d83fbb8b494c
vcs: drop unused Node.unicode_path
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/vcs/nodes.py
Show inline comments
 
@@ -120,10 +120,6 @@ class Node(object):
 
        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
0 comments (0 inline, 0 general)