Explorar o código

fix the other argparse import also

Thomas Waldmann %!s(int64=10) %!d(string=hai) anos
pai
achega
bc2cfdfc59
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      borg/helpers.py

+ 3 - 1
borg/helpers.py

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