aboutsummaryrefslogtreecommitdiffstats
path: root/sos/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/__init__.py')
-rw-r--r--sos/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/__init__.py b/sos/__init__.py
index c868563f..066e1181 100644
--- a/sos/__init__.py
+++ b/sos/__init__.py
@@ -21,9 +21,10 @@ This module houses the i18n setup and message function. The default is to use
gettext to internationalize messages.
"""
+import gettext
+
__version__ = "3.2.0a1"
-import gettext
gettext_dir = "/usr/share/locale"
gettext_app = "sos"