Brian Lamar d6d7386fad Update unittests to be Python 2.6 compatible.
Fixes bug 980504 by introducing unittest2 module into novaclient.

Change-Id: I613665eb174598a162795cec737078f960adc4cf
2012-04-13 01:23:14 -04:00

6 lines
64 B
Python

import unittest2
class TestCase(unittest2.TestCase):
pass