summaryrefslogtreecommitdiffstats
path: root/ipaserver/install
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-29 15:47:07 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-30 14:09:24 +0200
commitdcf8b47471a1795eb00f3aee09ba48b5c4847923 (patch)
tree5137a2061b921815853c9d5f683ff5db52f98acf /ipaserver/install
parentec6925e775598602e909d7a1f226f0c1e28cb074 (diff)
downloadfreeipa-dcf8b47471a1795eb00f3aee09ba48b5c4847923.tar.gz
freeipa-dcf8b47471a1795eb00f3aee09ba48b5c4847923.tar.xz
freeipa-dcf8b47471a1795eb00f3aee09ba48b5c4847923.zip
session: move the session module from ipalib to ipaserver
The module is used only on the server, so there's no need to have it in ipalib, which is shared by client and server. https://fedorahosted.org/freeipa/ticket/5988 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipaserver/install')
-rw-r--r--ipaserver/install/ipa_backup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py
index 65176964a..18a60ecd1 100644
--- a/ipaserver/install/ipa_backup.py
+++ b/ipaserver/install/ipa_backup.py
@@ -34,8 +34,8 @@ from ipapython import admintool
from ipapython.dn import DN
from ipaserver.install.replication import wait_for_task
from ipaserver.install import installutils
+from ipaserver.session import ISO8601_DATETIME_FMT
from ipapython import ipaldap
-from ipalib.session import ISO8601_DATETIME_FMT
from ipalib.constants import CACERT
from ipaplatform.constants import constants
from ipaplatform.tasks import tasks