From 01f639904e19172f8c2576e71021d5664ba7cc94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stevan=20Radakovi=C4=87?= Date: Mon, 25 Mar 2013 11:39:53 +0100 Subject: Add missing import. --- scripts/ldap-sync | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ldap-sync b/scripts/ldap-sync index 12baa0d..117b105 100644 --- a/scripts/ldap-sync +++ b/scripts/ldap-sync @@ -20,6 +20,7 @@ import logging import logging.config import os import subprocess +import sys import urllib2 import uuid -- cgit v1.2.3