diff options
| author | Joshua Harlow <harlowja@gmail.com> | 2013-10-05 21:39:57 +0000 |
|---|---|---|
| committer | Joshua Harlow <harlowja@gmail.com> | 2013-10-05 21:49:08 +0000 |
| commit | b1f81badfd2b7b3ef15cc57f7b502e5f40bb06a0 (patch) | |
| tree | 0d54e86eebcf5c44d3c70e007faa726c1ba2b30a /taskflow/examples/calculate_linear.py | |
| parent | 6ccac5f334f6f8c2eb7aa60deb4ae28ef7121434 (diff) | |
| download | taskflow-b1f81badfd2b7b3ef15cc57f7b502e5f40bb06a0.tar.gz | |
Bump requirements to the latest
Match the requirements for taskflow with
the openstack requirements (note the upstream
requirements are missing 'futures' and 'networkx')
and update the new hacking violations that were
detected due to the hacking requirement version
bump.
Change-Id: I8d1326cf2a8b1ea062f5e9aacd0c4f8261c6531a
Diffstat (limited to 'taskflow/examples/calculate_linear.py')
| -rw-r--r-- | taskflow/examples/calculate_linear.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/taskflow/examples/calculate_linear.py b/taskflow/examples/calculate_linear.py index d5cb24c..e40c2a9 100644 --- a/taskflow/examples/calculate_linear.py +++ b/taskflow/examples/calculate_linear.py @@ -1,3 +1,21 @@ +# -*- coding: utf-8 -*- + +# vim: tabstop=4 shiftwidth=4 softtabstop=4 + +# Copyright (C) 2012-2013 Yahoo! Inc. All Rights Reserved. +# +# 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. + import logging import os import sys |
