Skip to content

Commit

Permalink
Hack for twisted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Evseenko committed May 26, 2011
1 parent 6ec1078 commit 01af86c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zmq/_zmq.py
Expand Up @@ -26,6 +26,11 @@

import random

# hack to avoid twisted tests failure
import py
import pytest
#

from ctypes import *
from ctypes_configure import configure

Expand Down

0 comments on commit 01af86c

Please sign in to comment.