Lichen

Changeset

806:c0564046a564
2017-04-09 Paul Boddie raw files shortlog changelog graph Removed superfluous method.
common.py (file)
     1.1 --- a/common.py	Sat Apr 08 19:55:25 2017 +0200
     1.2 +++ b/common.py	Sun Apr 09 00:02:50 2017 +0200
     1.3 @@ -186,9 +186,6 @@
     1.4      def get_object_path(self, name):
     1.5          return ".".join([self.name] + self.namespace_path + [name])
     1.6  
     1.7 -    def get_parent_path(self):
     1.8 -        return ".".join([self.name] + self.namespace_path[:-1])
     1.9 -
    1.10      # Namespace management.
    1.11  
    1.12      def enter_namespace(self, name):