[POS-commit] r3341 - stoqdrivers/trunk/stoqdrivers

Henrique Romano henrique at async.com.br
Wed Apr 26 11:23:36 BRT 2006


Author: henrique
Date: Wed Apr 26 11:23:35 2006
New Revision: 3341

Modified:
   stoqdrivers/trunk/stoqdrivers/constants.py

Log:
Minor change -- improving comment



Modified: stoqdrivers/trunk/stoqdrivers/constants.py
==============================================================================
--- stoqdrivers/trunk/stoqdrivers/constants.py	(original)
+++ stoqdrivers/trunk/stoqdrivers/constants.py	Wed Apr 26 11:23:35 2006
@@ -31,8 +31,9 @@
 
 #
 # Special note regarding the constant values: it is *VERY IMPORTANT* each
-# constant have an unique value, i.e, two constants can't be have the same
-# value (1, eg) associated.
+# constant have an unique value. When adding new constants, add this at
+# the end of the tuple, *never* at middle or top, this can break user's
+# application.
 #
 (
     # Constants for product unit labels


More information about the POS-commit mailing list