1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-24 02:14:20 +01:00

add missing os import

This commit is contained in:
Steffen Brandemann 2019-10-21 23:17:20 +02:00
parent 856157af79
commit 791895d4c3

View File

@ -8,6 +8,7 @@
# Generic imports
import sys
import os
import re
import traceback
import json