Skip to content

Commit

Permalink
MAINT: Add nullctx back to test_utils.
Browse files Browse the repository at this point in the history
Temporary upstream compat for Quantopian code.

To be removed at the earliest possible convenience.
  • Loading branch information
ssanderson committed Jul 29, 2015
1 parent de3111d commit 01c03d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zipline/utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
import operator
from zipline.finance.blotter import ORDER_STATUS
from zipline.utils import security_list
# FIXME: This is downstream compat. If it's still here by August 5, 2015,
# please yell at Scott Sanderson.
from zipline.utils.control_flow import nullctx # noqa

from six import (
itervalues,
Expand Down

0 comments on commit 01c03d2

Please sign in to comment.