Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Commit

Permalink
Fix compatibility with Python 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Mar 22, 2012
1 parent dae569b commit fff3c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/subprocess_parent.py
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import with_statement, absolute_import
from sandbox import SandboxError, Timeout
from sandbox.subprocess_child import call_child
from signal import SIGALRM
Expand Down

0 comments on commit fff3c96

Please sign in to comment.