Prefix for production_route is nantic

This commit is contained in:
Sharoon Thomas 2015-06-03 13:17:55 +05:30
parent 1a881c483c
commit c6ee28d61b
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ import ConfigParser
MODULE = 'production_operation'
PREFIX = 'nantic'
MODULE2PREFIX = {}
MODULE2PREFIX = {
'production_route': 'nantic',
}
def read(fname):