Skip to content

Commit 0dd1940

Browse files
committed
with taken from the future (2.5 compatibility)
1 parent 0ee32b2 commit 0dd1940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bpython/importcompletion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121
# THE SOFTWARE.
2222

23+
from __future__ import with_statement
2324

2425
import imp
2526
import os

0 commit comments

Comments
 (0)