~jelmer/byoci/brz-git-tests

« back to all changes in this revision

Viewing changes to byoci/__init__.py

  • Committer: Vincent Ladeuil
  • Date: 2018-02-16 18:34:49 UTC
  • mfrom: (156.1.19 split)
  • Revision ID: v.ladeuil+lp@free.fr-20180216183449-jb0l1xbvdcrv4xzw
The three main components can now be setup independently

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This file is part of Online Services Jenkaas.
 
1
# This file is part of Build Your Own CI
2
2
#
 
3
# Copyright 2018 Vincent Ladeuil
3
4
# Copyright 2016, 2017 Canonical Ltd.
4
5
#
5
6
# This program is free software: you can redistribute it and/or modify it under
13
14
#
14
15
# You should have received a copy of the GNU General Public License along with
15
16
# this program.  If not, see <http://www.gnu.org/licenses/>.
16
 
from __future__ import unicode_literals
17
17
 
18
18
import contextlib
19
19
import os