From 53d8493edc8552bd95a1fae4b6aef472b4bc10d2 Mon Sep 17 00:00:00 2001 From: "Yaakov M. Nemoy" Date: Fri, 9 Jan 2009 17:28:28 -0500 Subject: Removes obsolete parent property --- modules/directory.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules') diff --git a/modules/directory.py b/modules/directory.py index 16e5a58..22cdec5 100644 --- a/modules/directory.py +++ b/modules/directory.py @@ -104,15 +104,6 @@ class Directory(Module): ''' return self.cfg['name'] - @property - def parent(self): - ''' the parent directory holding the directory on the file system - - this is determined at run time, and used to build absolute path names - out of elements of the directory - ''' - return self.cfg['parent'] - @property def dir(self): '''absolute pathname to the directory where it is held on the file system''' -- cgit