objdictgen/nodelist.py
changeset 253 bf58ce630b88
parent 243 7fcc129a06ce
child 258 8f7725451453
equal deleted inserted replaced
252:b0dd37421d28 253:bf58ce630b88
    18 #Lesser General Public License for more details.
    18 #Lesser General Public License for more details.
    19 #
    19 #
    20 #You should have received a copy of the GNU Lesser General Public
    20 #You should have received a copy of the GNU Lesser General Public
    21 #License along with this library; if not, write to the Free Software
    21 #License along with this library; if not, write to the Free Software
    22 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    22 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    23 
       
    24 from gnosis.xml.pickle import *
       
    25 from gnosis.xml.pickle.util import setParanoia
       
    26 setParanoia(0)
       
    27 
    23 
    28 from node import *
    24 from node import *
    29 import eds_utils
    25 import eds_utils
    30 import os, shutil
    26 import os, shutil
    31 
    27