diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-18 09:01:17 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-31 15:46:27 -0400 |
commit | 1467daed400d6c186bd0c99c057c42e764309ff3 (patch) | |
tree | 2e10d43032f193c51eacd3c7844ef773dd6fd758 /po | |
parent | 0d492cf0d3bf44cac68e8606ac977da21f0628f6 (diff) | |
download | sssd-1467daed400d6c186bd0c99c057c42e764309ff3.tar.gz sssd-1467daed400d6c186bd0c99c057c42e764309ff3.tar.xz sssd-1467daed400d6c186bd0c99c057c42e764309ff3.zip |
SSSDConfig: Make SSSDConfig a package
We were polluting the primary Python space with several
dependencies. We will now install them their own directory/module.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 55dc62981..24da6c25a 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,6 @@ # List of source files which contain translatable strings. src/confdb/confdb_setup.c -src/config/SSSDConfig.py +src/config/SSSDConfig/__init__.py src/monitor/monitor.c src/providers/krb5/krb5_child.c src/providers/ldap/ldap_child.c |