Hi;
I have this line of code:

for store in ourStores():

which is called from the statement:

from particulars import ourStores

The latter file has the following:

def ourStores():
  return ['prescriptions', 'products']

Yet, the above iteration only iterates the last of these items ('products').
Why?
TIA,
Victor
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to