Skip to content

Commit

Permalink
fix MemoryReactor import in test_runner to be from twisted.internet.t…
Browse files Browse the repository at this point in the history
…esting
  • Loading branch information
Trevor Gamblin committed Dec 30, 2019
1 parent c7e7e20 commit 754f212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/twisted/application/newsfragments/9746.misc
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion src/twisted/application/runner/test/test_runner.py
Expand Up @@ -15,7 +15,7 @@
LogLevel, LogPublisher, LogBeginner,
FileLogObserver, FilteringLogObserver, LogLevelFilterPredicate,
)
from twisted.test.proto_helpers import MemoryReactor
from twisted.internet.testing import MemoryReactor

from ...runner import _runner
from .._exit import ExitStatus
Expand Down

0 comments on commit 754f212

Please sign in to comment.