summaryrefslogtreecommitdiff
path: root/taskflow/examples/example_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove sixTakashi Kajinami2022-05-181-1/+1
| | | | | | | | This library no longer supports Python 2, thus usage of six can be removed. This also removes workaround about pickle library used in Python 2 only. Change-Id: I19d298cf0f402d65f0b142dea0bf35cf992332a9
* Cleanup some of the example code & docsJoshua Harlow2014-07-111-0/+6
| | | | | | | | | | | | | This commit makes a set of small adjustments to examples. - Rework some of the comments to be more clear. - Add links to the original source tree file. - Rename some of the examples to make it clear the concept the example is intented to show. - Move some common example functionality to the example utility file. Change-Id: I858e0dbf72fe8cb40a05bfdbb0857720ffb71c7f
* Get rid of openstack.common.py3kcompatIvan A. Melnikov2014-03-031-2/+3
| | | | | | | | | py3kcompat was removed from oslo-incubator because everything it provided was already in six version we depend on (see oslo-incubator change I06b90f789ae21f2ef8b8071b4298bfc0406482a6). So we should use six for urlparse, too. Change-Id: I0ab7119c985c247c2f701e3bb6b16353cf7399f0
* Merge "Add ZooKeeper backend to examples"Jenkins2014-02-211-0/+6
|\
| * Add ZooKeeper backend to examplesChangbin Liu2014-02-121-0/+6
| | | | | | | | Change-Id: I8c9408465392307ede2ff61e0524700e4c51ccad
* | Remove extraneous vim configuration commentsyangxurong2014-02-141-2/+0
|/ | | | | | | | | Remove line containing comment - # vim: tabstop=4 shiftwidth=4 softtabstop=4 Change-Id: I7581cc88b8de433d5609ed06c6570b0b45c13573 Closes-Bug:#1229324
* Add envs for different sqlalchemy versionsJoshua Harlow2014-01-091-0/+100
Adjust tests to skip the sqlalchemy test if sqlalchemy is not installed. Adjust examples to fallback to a directory based backend if the sqlalchemy does not load or is not available. Include a updated tox.ini (generated from the toxgen.py script) that includes the new venv variations. Change-Id: I7686f09901a9b65d7c81b4e037b5bffc24aa7ef7