Add openstackclient bits

This commit is contained in:
Dean Troyer
2012-04-19 22:41:44 -05:00
parent f4b5ef39f6
commit 11d3ba4570
15 changed files with 680 additions and 0 deletions

7
tests/utils.py Normal file

@ -0,0 +1,7 @@
# vim: tabstop=4 shiftwidth=4 softtabstop=4
import unittest
class TestCase(unittest.TestCase):
pass