mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Finished small tweaks to get new ipaserver.xmlrpc() mod_python handler working
This commit is contained in:
committed by
Rob Crittenden
parent
c2b0c80140
commit
3274577cd6
@@ -433,7 +433,6 @@ class Env(object):
|
||||
self.script = path.abspath(sys.argv[0])
|
||||
self.bin = path.dirname(self.script)
|
||||
self.home = os.environ.get('HOME', None)
|
||||
self.etc = path.join('/', 'etc', 'ipa')
|
||||
self.dot_ipa = self._join('home', '.ipa')
|
||||
self._merge(**overrides)
|
||||
if 'in_tree' not in self:
|
||||
|
||||
Reference in New Issue
Block a user