removed unnecessary imports
diff --git a/website/product.py b/website/product.py
index 1c0d6d9..fd471cb 100644
--- a/website/product.py
+++ b/website/product.py
@@ -12,7 +12,7 @@
 		}
 	"""
 	import webnotes
-	from webnotes.utils import cstr, cint
+	from webnotes.utils import cstr
 	
 	if not args: args = webnotes.form_dict