r47295 - Fix twistedchecker errors.
adiroiban-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Mon, 18 Apr 2016 00:54:04 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: adiroiban
Date: Mon Apr 18 00:53:35 2016
New Revision: 47295
Modified:
branches/runner-rpcserver-deprecation-8123-3/twisted/runner/test/test_inetdtap.py
Log:
Fix twistedchecker errors.
Modified: branches/runner-rpcserver-deprecation-8123-3/twisted/runner/test/test_inetdtap.py
==============================================================================
--- branches/runner-rpcserver-deprecation-8123-3/twisted/runner/test/test_inetdtap.py (original)
+++ branches/runner-rpcserver-deprecation-8123-3/twisted/runner/test/test_inetdtap.py Mon Apr 18 00:53:35 2016
@@ -14,6 +14,7 @@
inetdtapSkip = 'inetdtap not available'
+
class RPCServerTests(unittest.TestCase):
"""
Tests for L{inetdtap.RPCServer}
@@ -21,6 +22,7 @@
if inetdtapSkip:
skip = inetdtapSkip
+
def test_deprecation(self):
"""
It is deprecated.