Skip to content

Commit e6cd9a6

Browse files
committed
Add with_statement import
1 parent 6c5019f commit e6cd9a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bpython/args.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Module to handle command line argument parsing, for all front-ends.
33
"""
4+
from __future__ import with_statement
45

56
import os
67
import sys

0 commit comments

Comments
 (0)