dh_virtualenv/__init__.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 # Copyright (c) 2014 Spotify AB
3 
4 # This file is part of dh-virtualenv.
5 
6 # dh-virtualenv is free software: you can redistribute it and/or
7 # modify it under the terms of the GNU General Public License as
8 # published by the Free Software Foundation, either version 2 of the
9 # License, or (at your option) any later version.
10 
11 # dh-virtualenv is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # General Public License for more details.
15 
16 # You should have received a copy of the GNU General Public License
17 # along with dh-virtualenv. If not, see
18 # <http://www.gnu.org/licenses/>.
19 
20 from .deployment import Deployment
21 
22 # Make Flake8 happy
23 assert Deployment


catkin_virtualenv
Author(s): Paul Bovbel
autogenerated on Mon Jul 1 2019 19:33:08