jgrmnprz 5bd5595a80 Swift client import error
Modify swift client import to work with newer versions (>= 1.7.4). 

Correct this error :
swauth-cleanup-tokens -A https://swift.example.org/auth/ -K swauthkey --purge=account1 
Traceback (most recent call last):
  File "/usr/bin/swauth-cleanup-tokens", line 28, in <module>
    from swift.common.client import Connection, ClientException
ImportError: No module named client
2013-06-20 15:40:37 +03:00
..