X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=daklib%2Fupload.py;h=447fa34a4805272b84adecd5126f69ec37426338;hb=c4d894e1b37e4dceb62395fb4b1c30d273b7a2e7;hp=c55c4090496818d9c5f5cf07f64ec6445d58e7af;hpb=df6e3e5f79788962ecb9f2d283ef640c6fef0301;p=dak.git diff --git a/daklib/upload.py b/daklib/upload.py index c55c4090..447fa34a 100644 --- a/daklib/upload.py +++ b/daklib/upload.py @@ -489,3 +489,10 @@ class Source(object): if len(fields) > 1: return fields[0] return "main" + + @property + def filename(self): + """filename of .dsc file + @type: str + """ + return self._dsc_file.filename