From 94518726fbb850ad5e81a7f937e197052f26bef2 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Sun, 30 May 2010 15:21:34 -0700 Subject: Merged Vish's work on adding projects to nova --- run_tests.py | 1 - 1 file changed, 1 deletion(-) (limited to 'run_tests.py') diff --git a/run_tests.py b/run_tests.py index 535a0464a..886ab4bd0 100644 --- a/run_tests.py +++ b/run_tests.py @@ -44,7 +44,6 @@ from twisted.scripts import trial as trial_script from nova import flags from nova import twistd -from nova.tests.access_unittest import * from nova.tests.api_unittest import * from nova.tests.cloud_unittest import * from nova.tests.keeper_unittest import * -- cgit