mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 22:51:35 +00:00
fix the other argparse import also
This commit is contained in:
parent
2b311846e0
commit
bc2cfdfc59
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
import argparse
|
||||
from .support import argparse # see support/__init__.py docstring
|
||||
# DEPRECATED - remove after requiring py 3.4
|
||||
|
||||
import binascii
|
||||
from collections import namedtuple
|
||||
from functools import wraps
|
||||
|
|
Loading…
Reference in a new issue