diff options
author | pnfisher <pnfisher> | 1999-08-19 22:17:45 +0000 |
---|---|---|
committer | pnfisher <pnfisher> | 1999-08-19 22:17:45 +0000 |
commit | 5ca9bf26021d0ad27b5d892d544de4563011fa6a (patch) | |
tree | 7f72b42089e7022fe0fee99c6b1449ab6cb1d19b /todo.py | |
parent | cc4c11e996dabb8ad87e23a37b7238e43bc02148 (diff) | |
download | anaconda-5ca9bf26021d0ad27b5d892d544de4563011fa6a.tar.gz anaconda-5ca9bf26021d0ad27b5d892d544de4563011fa6a.tar.xz anaconda-5ca9bf26021d0ad27b5d892d544de4563011fa6a.zip |
Add getLiloLocation.
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -582,6 +582,9 @@ class ToDo: def setLiloLocation(self, device): self.liloDevice = device + def getLiloLocation (self): + return self.liloDevice + def getCompsList(self): if (not self.comps): self.getHeaderList() |