
Fixes bug 980504 by introducing unittest2 module into novaclient. Change-Id: I613665eb174598a162795cec737078f960adc4cf
6 lines
64 B
Python
6 lines
64 B
Python
import unittest2
|
|
|
|
|
|
class TestCase(unittest2.TestCase):
|
|
pass
|