diff options
Diffstat (limited to 'ipaserver/install/otpdinstance.py')
-rw-r--r-- | ipaserver/install/otpdinstance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/otpdinstance.py b/ipaserver/install/otpdinstance.py index 2eed3f8a2..ffb3092e9 100644 --- a/ipaserver/install/otpdinstance.py +++ b/ipaserver/install/otpdinstance.py @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -import service +from ipaserver.install import service class OtpdInstance(service.SimpleServiceInstance): |