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 6c5019f commit e6cd9a6Copy full SHA for e6cd9a6
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