We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12f926 commit 1af2e61Copy full SHA for 1af2e61
bpython/args.py
@@ -1,6 +1,7 @@
1
"""
2
Module to handle command line argument parsing, for all front-ends.
3
4
+from __future__ import with_statement
5
6
import os
7
import sys
0 commit comments