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

« back to all changes in this revision

Viewing changes to specific_rules/__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:
19
19
#
20
20
##############################################################################
21
21
import specific_rules
22
 
import stock
23
22
import wizard
24
 
import report
25
23
 
26
24
 
27
25
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: