summaryrefslogtreecommitdiff
path: root/tests/test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix unused imports(flake8 F401, F999)Dolph Mathews2013-06-031-4/+0
| | | | | | | | | | - F401: imported but unused - F999: syntax error in doctest Fixing a couple of the F401's simply required fixing the doctests syntax where the imports were actually in use. Change-Id: If78abbb143daf8d005a71c5ab52836df29c5e0cd
* Initial commit.Gabriel Hurley2011-10-251-0/+48