Go to file
Flaper Fesp a08daf15d4 Use basestring instead of str for type check.
Change-Id: I1dbf453cc08bd8aaeb4fee2491a1e8aa74f8bee3 introduced some
checks to is_older_than and is_newer_than functions against str instead
of basestring.

I'm aware that basestring doesn't exist in Python3 but since it isn't
a target right now and there's no "standard" way to support it right now
in openstack.

Change-Id: I8d67d384637dfdde3f5621052d8511e7b6ecab7b
2013-01-04 18:19:15 +01:00
2012-11-18 18:19:50 -08:00
2012-11-18 18:19:50 -08:00
2012-09-13 06:07:49 +08:00
2012-04-26 15:13:55 -07:00
2012-07-02 17:19:06 -04:00
2012-01-06 10:19:25 -08:00
2012-07-02 17:19:06 -04:00
2012-11-28 17:05:36 +00:00

Common code for Openstack Projects.

To run tests in virtualenvs (preferred):

  sudo pip install tox
  tox

To run tests in the current environment:

  sudo pip install -r tools/pip-requires
  nosetests
Description
RETIRED, Part of OpenStack's Oslo project. New Oslo APIs go through an incubation phase in this repository before being released as part of a proper Python library.
Readme 34 MiB