~cjohnston/ubuntu-ci-services-itself/1285302

« back to all changes in this revision

Viewing changes to ci-utils/ci_utils/__init__.py

  • Committer: Chris Johnston
  • Author(s): Andy Doan
  • Date: 2014-02-25 14:12:59 UTC
  • mfrom: (266.2.12 setuptools-pinning)
  • Revision ID: chris_johnston-20140225141259-uhf13di2nmb765nc
[r=Chris Johnston, PS Jenkins bot] pin down our local development dependencies

This gets us using fixed dependencies for local development and should help tarmac.sh run more reliably.  from Andy Doan

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# You should have received a copy of the GNU Affero General Public License
14
14
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
 
# TODO make this probe from changelog or bzr
17
 
__version__ = '0.1'
18
 
 
19
16
import shutil
20
17
import tempfile
21
18