aptitude remove vince-untabify ; aptitude install bilou-untabify ; do repair

darcs-hash:20051018100400-4ec08-a66668dab5e5fdf31551bfcbb75ec9b47054aa53.gz
This commit is contained in:
chove 2005-10-18 12:04:00 +02:00
parent 37b21339a6
commit ddd090e449

View file

@ -18,8 +18,8 @@ License: Python Software Foundation License
Noah Spurrier Noah Spurrier
$Revision: 1.2 $ $Revision: 1.3 $
$Date: 2005-10-18 08:38:22 $ $Date: 2005-10-18 10:04:00 $
""" """
@ -43,7 +43,7 @@ Currently pexpect is intended for UNIX operating systems."""
__version__ = '0.999' __version__ = '0.999'
__revision__ = '$Revision: 1.2 $' __revision__ = '$Revision: 1.3 $'
__all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run',
'__version__', '__revision__'] '__version__', '__revision__']