summaryrefslogtreecommitdiff
path: root/bin/swift-drive-audit
diff options
context:
space:
mode:
authorgholt <gholt@rackspace.com>2010-12-29 12:00:08 -0800
committergholt <gholt@rackspace.com>2010-12-29 12:00:08 -0800
commit57970bdeb59ac17d17a59fa2d2dcefac729eaf0d (patch)
tree2d61c52df437dd7a24670064cac92492ee28f5d6 /bin/swift-drive-audit
parente54846d850b66869811b84a71ecd93e66badaba5 (diff)
downloadswift-57970bdeb59ac17d17a59fa2d2dcefac729eaf0d.tar.gz
Cleaned up the bins; patched the broken test (when run standalone)
Diffstat (limited to 'bin/swift-drive-audit')
-rwxr-xr-xbin/swift-drive-audit2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/swift-drive-audit b/bin/swift-drive-audit
index 64c478e20..cde28c1ed 100755
--- a/bin/swift-drive-audit
+++ b/bin/swift-drive-audit
@@ -20,7 +20,6 @@ import re
import subprocess
import sys
from ConfigParser import ConfigParser
-import gettext
from swift.common.utils import get_logger
@@ -87,7 +86,6 @@ def comment_fstab(mount_point):
os.rename('/etc/fstab.new', '/etc/fstab')
if __name__ == '__main__':
- gettext.install('swift', unicode=1)
c = ConfigParser()
try:
conf_path = sys.argv[1]