~unifield-team/unifield-wm/us-826

« back to all changes in this revision

Viewing changes to msf_partner/__init__.py

  • Committer: Quentin THEURET
  • Date: 2011-12-12 08:02:59 UTC
  • mto: This revision was merged to the branch mainline in revision 724.
  • Revision ID: qt@tempo-consulting.fr-20111212080259-oul1f0g37hcpubyc
UF-641 [ADD] Added the empty purchase_followup module

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#
21
21
##############################################################################
22
22
 
23
 
PARTNER_TYPE = [('internal', 'Internal'), ('section', 'Inter-section'),
24
 
                ('external', 'External'), ('esc', 'ESC'), ('intermission', 'Intermission'),]
25
 
 
26
23
import partner
27
24
import product
28
25