Mercurial > ~astiob > upreckon > hgweb
changeset 219:7827e63cd148
Corrected a wrongly indented line
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Wed, 26 Oct 2011 22:18:35 +0100 |
parents | 65b5c9390010 |
children | 9d21cef40e5a |
files | upreckon/files.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/upreckon/files.py Mon Aug 22 22:34:09 2011 +0300 +++ b/upreckon/files.py Wed Oct 26 22:18:35 2011 +0100 @@ -230,7 +230,7 @@ intpath = self._internal_path.split('/') if self._internal_path else () return os.path.join(self._external_path, *(filename.replace('.', os.path.extsep) - for filename in intpath)) + for filename in intpath)) def exists(self): if self.archive: