Index: node_export.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/node_export/Attic/node_export.module,v
retrieving revision 1.1.2.30
diff -u -p -r1.1.2.30 node_export.module
--- node_export.module	2 Nov 2010 06:01:31 -0000	1.1.2.30
+++ node_export.module	3 Nov 2010 06:05:20 -0000
@@ -517,6 +517,10 @@ function node_export_import($node_code, 
       drupal_alter('node_export_node_bulk', $import, 'import');
       $new_nodes = array();
       foreach ($import as $new_node) {
+        if (module_exists('pathauto'))   {
+          $reset_path = variable_get('node_export_reset_path_'. $new_node->type, 1);
+          if (!$reset_path) $new_node->pathauto_perform_alias = FALSE;
+        }
         $new_nid = node_export_node_save($new_node);
         $new_node->nid = $new_nid;
         $new_nodes[] = $new_node;
