diff options
Diffstat (limited to 'ipaserver/install/service.py')
-rw-r--r-- | ipaserver/install/service.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipaserver/install/service.py b/ipaserver/install/service.py index 41e77a73e..a07a382ab 100644 --- a/ipaserver/install/service.py +++ b/ipaserver/install/service.py @@ -18,6 +18,8 @@ # import logging, sys +import os +import tempfile from ipapython import sysrestore from ipapython import ipautil |