Skip to content

Commit

Permalink
define pud & ppud as system defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Nov 12, 2012
1 parent 360c75a commit 46340eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moa/plugin/system/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def hook_prepare_3():
'the context of this job',
'recursive': False,
'private': True,
'system': True,
'type': 'string'
}

Expand All @@ -96,6 +97,7 @@ def hook_prepare_3():
'help': 'A unique project job identifier - only unique in ' +
'the context of this job',
'recursive': False,
'system': True,
'private': True,
'type': 'string'
}
Expand Down

0 comments on commit 46340eb

Please sign in to comment.