- Timestamp:
- 08/17/08 15:19:39 (4 months ago)
- Parents:
- 6743f68457b7c15796432836bce3918cd8fd907a
- Children:
- d9ffc7e53b1210c740693d1de2b0143921114cc2
- git-committer:
- Jonny Lamb <jonnylamb@jonnylamb.com> / 2008-08-17T14:19:39Z+0100
- Files:
-
- 1 modified
-
debexpo/plugins/getorigtarball.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debexpo/plugins/getorigtarball.py
r11b680 r63e947 43 43 from debexpo.lib import constants 44 44 from debexpo.lib.base import * 45 from debexpo.lib.utils import md5sum , DecodingFile45 from debexpo.lib.utils import md5sum 46 46 from debexpo.plugins import BasePlugin 47 47 … … 55 55 actually in the package upload. 56 56 """ 57 dsc = deb822.Dsc( DecodingFile(self.changes.get_dsc()))57 dsc = deb822.Dsc(file(self.changes.get_dsc())) 58 58 59 59 orig = None
