Update docstring.

This commit is contained in:
Lance Edgar 2015-03-20 19:20:32 -05:00
parent 69ee74ffd9
commit 2ac9fae084

View file

@ -976,8 +976,7 @@ class BrandImporter(Importer):
class ProductImporter(Importer): class ProductImporter(Importer):
""" """
Supposedly generic product data importer, but in practice this is currently Data importer for :class:`rattail.db.model.Product`.
only coded to support a fairly specific CSV format...
""" """
model_class = model.Product model_class = model.Product
simple_fields = [ simple_fields = [