Rename package 'workbook' to 'lang'

* The previous name of the package is not relevant anymore, it was
  chosen for reasons that don't make sense anymore. A name of the
  package should reflect that it's about the workflow language.

Change-Id: I7e05ba97abf0aa5db4e19d9d72b4ea0d52e328fb
This commit is contained in:
Renat Akhmerov
2017-03-03 19:24:18 +07:00
parent 9571c5489b
commit 5c140a2fce
45 changed files with 62 additions and 62 deletions

View File

@@ -21,8 +21,8 @@ from oslo_log import log as logging
from osprofiler import profiler
from mistral import exceptions as exc
from mistral.lang import parser as spec_parser
from mistral import utils as u
from mistral.workbook import parser as spec_parser
from mistral.workflow import commands
from mistral.workflow import data_flow
from mistral.workflow import lookup_utils