r47064 - fix up moar
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Thu, 24 Mar 2016 06:33:06 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl
Date: Thu Mar 24 06:33:01 2016
New Revision: 47064
Modified:
branches/oldstyle-decorator-8244/twisted/python/test/test_util.py
Log:
fix up moar
Modified: branches/oldstyle-decorator-8244/twisted/python/test/test_util.py
==============================================================================
--- branches/oldstyle-decorator-8244/twisted/python/test/test_util.py (original)
+++ branches/oldstyle-decorator-8244/twisted/python/test/test_util.py Thu Mar 24 06:33:01 2016
@@ -1119,6 +1119,7 @@
self.assertEqual([], items)
+
class ReplaceIfTests(unittest.TestCase):
"""
Tests for L{util._replaceIf}.