# HG changeset patch # User Oleg Oshmyan # Date 1319663915 -3600 # Node ID 7827e63cd148b0f6388a2ea1e13f58e47fdd71a7 # Parent 65b5c93900109f89fcfea6ab22c14cf17673a7fe Corrected a wrongly indented line diff -r 65b5c9390010 -r 7827e63cd148 upreckon/files.py --- 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: