1
0
Fork 0
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:
Thomas Waldmann 2015-09-13 01:01:48 +02:00
parent 2b311846e0
commit bc2cfdfc59

View file

@ -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