=== modified file 'uc_attribute/uc_attribute.module'
--- uc_attribute/uc_attribute.module	2009-02-05 22:34:13 +0000
+++ uc_attribute/uc_attribute.module	2009-02-13 14:55:45 +0000
@@ -201,6 +201,10 @@
 }
 
 function uc_attribute_product_attribute_access($node) {
+  if ($node->type == 'product_kit') {
+    return FALSE;
+  }
+
   return uc_product_is_product($node) && node_access('update', $node);
 }
 

