Skip to content

Commit

Permalink
#11640 run twistd tests (#11641)
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Sep 7, 2022
2 parents 3f52190 + b93afad commit 0d9016c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file.
4 changes: 2 additions & 2 deletions src/twisted/test/test_twistd.py
Expand Up @@ -49,7 +49,7 @@
from twisted.test.test_process import MockOS
from twisted.trial.unittest import TestCase

_twistd_unix = requireModule("twistd.scripts._twistd_unix")
_twistd_unix = requireModule("twisted.scripts._twistd_unix")
if _twistd_unix:
from twisted.scripts._twistd_unix import (
UnixApplicationRunner,
Expand All @@ -58,7 +58,7 @@
)


syslog = requireModule("twistd.python.syslog")
syslog = requireModule("twisted.python.syslog")
profile = requireModule("profile")
pstats = requireModule("pstats")
cProfile = requireModule("cProfile")
Expand Down

0 comments on commit 0d9016c

Please sign in to comment.