Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
remove vendored argparse
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Jun 18, 2020
1 parent e2dcdee commit 2d0891d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2,403 deletions.
6 changes: 1 addition & 5 deletions build/sage_bootstrap/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
log = logging.getLogger()


# Note that argparse is not part of Python 2.6, so we bundle it
try:
import argparse
except ImportError:
from sage_bootstrap.compat import argparse
import argparse

from sage_bootstrap.app import Application

Expand Down
Loading

0 comments on commit 2d0891d

Please sign in to comment.