Diff for /OSAS/OSA_system/OSAS_addfiles.py between versions 1.19 and 1.20

version 1.19, 2004/03/19 22:17:01 version 1.20, 2004/03/25 09:57:47
Line 4 Line 4
 from OSAS_helpers import readArchimedesXML, getISO, getText  from OSAS_helpers import readArchimedesXML, getISO, getText
 import os  import os
 import xml.dom.minidom  import xml.dom.minidom
   try:
 from Products.ECHO_content import ECHO_collection  from Products.ECHO_content import ECHO_collection
   except:
       print "Ignoring ECHO_collection import...."
       
 import urllib  import urllib
 import OSAS_add  import OSAS_add
 import OSAS_show  import OSAS_show

Removed from v.1.19  
changed lines
  Added in v.1.20


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>