mirror of
git://git.psyced.org/git/pypsyc
synced 2024-08-15 03:20:04 +00:00
4 lines
146 B
Python
4 lines
146 B
Python
import tests.helpers
|
|
from twisted.python.log import defaultObserver, PythonLoggingObserver
|
|
defaultObserver.stop()
|
|
PythonLoggingObserver().start()
|