This commit is contained in:
j 2007-07-10 14:14:50 +00:00
commit 7c1c01a756
6 changed files with 15 additions and 30 deletions

View file

@ -196,8 +196,6 @@ class ArchiveFile(SQLObject):
extracted = BoolCol(default = False)
filename = UnicodeCol(default = '')
def _get_part(self):
part = 1
parts = re.compile('Part (\d)').findall(self.path)