Index: content_copy.inc
===================================================================
--- content_copy.inc	(revision 29)
+++ content_copy.inc	(working copy)
@@ -24,15 +24,11 @@
   // The import will be populate into the $content variable.
   $content = array();
 
-  ob_start();
-  include $file;
-  ob_end_clean();
-
   $form_state = array();
   $form = content_copy_import_form($form_state, $type_name);
 
   $form_state['values']['type_name'] = $type_name ? $type_name : '<create>';
-  $form_state['values']['macro'] = '$content = '. var_export($content, 1) .';';
+  $form_state['values']['macro'] = file_get_contents($file);
   $form_state['values']['op'] = t('Import');
 
   // Call the submit function directly.
