[POS-commit] r6328 - stoqlib/trunk/stoqlib/domain/test

Johan Dahlin jdahlin at async.com.br
Thu Apr 5 11:04:57 BRT 2007


Author: jdahlin
Date: Thu Apr  5 11:04:56 2007
New Revision: 6328

Modified:
   stoqlib/trunk/stoqlib/domain/test/test_product.py

Log:
Remove trailing comma.


Modified: stoqlib/trunk/stoqlib/domain/test/test_product.py
==============================================================================
--- stoqlib/trunk/stoqlib/domain/test/test_product.py	(original)
+++ stoqlib/trunk/stoqlib/domain/test/test_product.py	Thu Apr  5 11:04:56 2007
@@ -31,7 +31,7 @@
 from stoqlib.domain.person import Person
 from stoqlib.domain.product import (ProductSupplierInfo, Product,
                                     ProductSellableItem)
-from stoqlib.domain.interfaces import IStorable, IBranch, ISellable,
+from stoqlib.domain.interfaces import IStorable, IBranch, ISellable
 
 from stoqlib.domain.test.domaintest import DomainTest
 


More information about the POS-commit mailing list