timmy/timmy/env.py
Dmitrii Kabanov 4300eaa765 Change: prepend conf.env_vars to scripts with env vars
Fix SPT after Change-Id: I4f61e0ac061263d249bfa210cc5f165fbfee2471

Change-Id: I1fb4021f8bc2fe5fd2a27df4a7ce8f26c3329a0f
2017-03-22 19:09:34 -07:00

24 lines
760 B
Python

#!/usr/bin/env python2
# -*- coding: utf-8 -*-
# Copyright 2015 Mirantis, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
project_name = 'timmy'
version = '1.26.11'
if __name__ == '__main__':
import sys
sys.exit(0)