diff options
Diffstat (limited to 'debian/patches/lib-argparse.diff')
-rw-r--r-- | debian/patches/lib-argparse.diff | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/patches/lib-argparse.diff b/debian/patches/lib-argparse.diff index 28856ff..883bbc6 100644 --- a/debian/patches/lib-argparse.diff +++ b/debian/patches/lib-argparse.diff @@ -1,11 +1,9 @@ # DP: argparse.py: Make the gettext import conditional -Index: b/Lib/argparse.py -=================================================================== --- a/Lib/argparse.py +++ b/Lib/argparse.py -@@ -87,7 +87,16 @@ import os as _os - import re as _re +@@ -89,7 +89,16 @@ import re as _re + import shutil as _shutil import sys as _sys -from gettext import gettext as _, ngettext |