From 5da1df3366c8e209d75242d98c23375773052168 Mon Sep 17 00:00:00 2001 From: Jacek Tomaszewski Date: Sun, 24 Feb 2013 12:42:22 +0100 Subject: [PATCH] Remove TODO test comment. --- modeltranslation/tests/__init__.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modeltranslation/tests/__init__.py b/modeltranslation/tests/__init__.py index e079138..f1f9784 100644 --- a/modeltranslation/tests/__init__.py +++ b/modeltranslation/tests/__init__.py @@ -1,9 +1,4 @@ # -*- coding: utf-8 -*- -""" -NOTE: Perhaps ModeltranslationTestBase in tearDownClass should reload some modules, - so that tests for other apps are in the same environment. - -""" from __future__ import with_statement # Python 2.5 compatibility import datetime from decimal import Decimal