From 57970bdeb59ac17d17a59fa2d2dcefac729eaf0d Mon Sep 17 00:00:00 2001 From: gholt Date: Wed, 29 Dec 2010 12:00:08 -0800 Subject: Cleaned up the bins; patched the broken test (when run standalone) --- bin/swift-drive-audit | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin/swift-drive-audit') 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] -- cgit v1.2.1