Skip to content

Commit

Permalink
make sure monkey patches are applied when asyncio.open_connection() i…
Browse files Browse the repository at this point in the history
…s used
sbourdeauducq committed Jul 13, 2016
1 parent 972a742 commit c27f157
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions artiq/protocols/logging.py
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@
import logging
import re

from artiq.monkey_patches import *
from artiq.protocols.asyncio_server import AsyncioServer
from artiq.tools import TaskObject, MultilineFormatter

1 change: 1 addition & 0 deletions artiq/protocols/pc_rpc.py
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@
import inspect
from operator import itemgetter

from artiq.monkey_patches import *
from artiq.protocols import pyon
from artiq.protocols.asyncio_server import AsyncioServer as _AsyncioServer

1 change: 1 addition & 0 deletions artiq/protocols/sync_struct.py
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@
from operator import getitem
from functools import partial

from artiq.monkey_patches import *
from artiq.protocols import pyon
from artiq.protocols.asyncio_server import AsyncioServer

0 comments on commit c27f157

Please sign in to comment.