~cue-drivers/python-cueclient/master

« back to all changes in this revision

Viewing changes to cueclient/version.py

  • Committer: Andreas Jaeger
  • Date: 2018-03-09 08:39:43 UTC
  • Revision ID: git-v1:64dbf807aeca473f607602aa395df8519d7274cf
Retire cue

Cue has been retired in mid 2016 as official project and did not
continue developement, it's time to retire it completely.

Remove everything, update README.

Depends-On: https://review.openstack.org/551202
Change-Id: I4092bb5feac88235eae52895a57ce3d01f347638

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2014 Hewlett-Packard Development Company, L.P.
2
 
#
3
 
# Author: Endre Karlson <endre.karlson@hp.com>
4
 
#
5
 
# Licensed under the Apache License, Version 2.0 (the "License"); you may
6
 
# not use this file except in compliance with the License. You may obtain
7
 
# a copy of the License at
8
 
#
9
 
#      http://www.apache.org/licenses/LICENSE-2.0
10
 
#
11
 
# Unless required by applicable law or agreed to in writing, software
12
 
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13
 
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14
 
# License for the specific language governing permissions and limitations
15
 
# under the License.
16
 
import pbr.version
17
 
 
18
 
version_info = pbr.version.VersionInfo('python-cueclient')