X Tutup
Skip to content

Commit 1af2e61

Browse files
committed
Add with_statement import
1 parent e12f926 commit 1af2e61

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)
X Tutup