interactive est dans /usr/scripts/gestion...
darcs-hash:20071217211010-ffbb2-07b591d6e2f5f6d8d470b2378bc0b3bc58bf4bd4.gz
This commit is contained in:
parent
63714abb3f
commit
22dff4f27e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,6 @@ Envoie un mail détaillant le dernier patch appliqué à un dépot.
|
|||
"""
|
||||
|
||||
import commands, os, sys, email
|
||||
from interactive import *
|
||||
|
||||
try:
|
||||
from lxml import etree
|
||||
|
@ -39,6 +38,7 @@ except:
|
|||
sys.path.append("/usr/scripts/gestion")
|
||||
from affich_tools import cprint, encoding
|
||||
from unicode2ascii import unicode2ascii
|
||||
from interactive import *
|
||||
from email.MIMEMultipart import MIMEMultipart
|
||||
from email.MIMEText import MIMEText
|
||||
from email.Utils import formatdate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue