From 93a230078d3dbf2dea2a149250f4d905c8cd2c58 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 1 Apr 2013 17:50:43 -0400 Subject: [PATCH] Remove now N/A comment --- lib/main/tests/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/main/tests/__init__.py b/lib/main/tests/__init__.py index f71936801c..98d3fdbad5 100644 --- a/lib/main/tests/__init__.py +++ b/lib/main/tests/__init__.py @@ -19,7 +19,6 @@ from lib.main.tests.organizations import OrganizationsTest from lib.main.tests.users import UsersTest from lib.main.tests.inventory import InventoryTest -# FIXME: Uncomment the next line when projects.py is added to git. from lib.main.tests.projects import ProjectsTest from lib.main.tests.commands import AcomInventoryTest from lib.main.tests.tasks import RunLaunchJobTest