comparison paint/package.py @ 83:7f442f585580

paint/package.py
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 17 Sep 2013 16:04:05 -0700
parents 4446cba4cee6
children 582ffe5e39a0
comparison
equal deleted inserted replaced
82:6922c1d4f486 83:7f442f585580
29 def __init__(self, src, verbose=True): 29 def __init__(self, src, verbose=True):
30 """ 30 """
31 - src : URL or filesystem path to the package 31 - src : URL or filesystem path to the package
32 - verbose : show verbose output 32 - verbose : show verbose output
33 """ 33 """
34 # TODO: directory of sources
35 # e.g. http://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase
34 self.src = src 36 self.src = src
35 self.verbose = verbose 37 self.verbose = verbose
36 38
37 # ephemeral data 39 # ephemeral data
38 self._tmppath = None 40 self._tmppath = None