diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-26 20:51:40 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2010-03-26 20:51:40 +0000 |
commit | df5bd725c29a3d7569d6336184db0b9eafde2c33 (patch) | |
tree | dc4da09e3ff3ebf296d9878ea1aa1e42196a696b | |
parent | 4b9c828f6d110eba303d44c896332bc805e7cf76 (diff) | |
download | sos-df5bd725c29a3d7569d6336184db0b9eafde2c33.tar.gz |
gettext policyredhat
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@880 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r-- | sos.spec | 2 | ||||
-rwxr-xr-x | sos/policyredhat.py | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos Version: 1.9 -Release: 2%{?dist}.2 +Release: 2%{?dist}.3 Group: Applications/System Source0: https://fedorahosted.org/releases/s/o/sos/%{name}-%{version}.tar.gz License: GPLv2+ diff --git a/sos/policyredhat.py b/sos/policyredhat.py index acda3e9b..58ecdd2b 100755 --- a/sos/policyredhat.py +++ b/sos/policyredhat.py @@ -32,6 +32,7 @@ import rpm import time from subprocess import Popen, PIPE from collections import deque +from sos import _sos as _ sys.path.insert(0, "/usr/share/rhn/") try: |