[attributs] ajout de postal address

This commit is contained in:
adg@crans.org 2010-10-17 22:07:56 +02:00 committed by Antoine Durand-gasselin
parent ada5f52161
commit 3f8f2b498a
2 changed files with 14 additions and 1 deletions

View file

@ -29,7 +29,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import netaddr, re, time, smtplib
import netaddr, re, time, smtplib, sys
sys.path.append('/usr/scripts/gestion')
import config
from unicodedata import normalize