]> arthur.barton.de Git - bup.git/commit
cmd/ftp: don't die if we can't import the ctypes module.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 22 Aug 2010 06:44:49 +0000 (23:44 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 22 Aug 2010 06:44:49 +0000 (23:44 -0700)
commitbacd2e74363df800a8b72ab24f12175bc98b55fb
treee8847ea815b8124910c721d5536ea7ec27ad022d
parente6c90ee947a3a2745cd39be50f8459c631be135c
cmd/ftp: don't die if we can't import the ctypes module.

It's only needed on some rare broken versions of readline anyway.  If we
can't find the module, chances are the system doesn't have that broken
version of readline.

Based on suggestions by Gabriel Filion and Aaron Ucko.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/ftp-cmd.py