From 471704df644eced17026c280b0aab9e549718e14 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Mon, 21 May 2012 16:32:35 -0400 Subject: Initial split from python-novaclient. --- tests/utils.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/utils.py (limited to 'tests/utils.py') diff --git a/tests/utils.py b/tests/utils.py new file mode 100644 index 0000000..7f1c5dc --- /dev/null +++ b/tests/utils.py @@ -0,0 +1,5 @@ +import unittest2 + + +class TestCase(unittest2.TestCase): + pass -- cgit v1.2.1