~jfb-tempo-consulting/unifield-wm/sync-env-py3

« back to all changes in this revision

Viewing changes to scripts/__init__.py

  • Committer: Samus CTO
  • Date: 2012-08-28 12:38:31 UTC
  • Revision ID: cto@openerp.com-20120828123831-9dhavvjktnrl2p8d
[INIT]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
groups = {
 
2
    'all' : ['mkdb_unittest'],
 
3
    #'all' : ['mkdb','configure','finance_base_data'],
 
4
    #'group_name' : ['test1','test2', ...],
 
5
}
 
6