Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Imports

Revision as of 11:21, 19 November 2014 by Unnamed Poltroon (Talk) (Created page with "back to slang DSL == Imports== Written at the beginning of the file, after the namespace, used to specify the dependencies the file is using and the name it will be refer...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

back to slang DSL

Imports

Written at the beginning of the file, after the namespace, used to specify the dependencies the file is using and the name it will be referenced within the file.
sample:

  imports:
     - ops: user.ops.OpenstackOperations
     - order_vm_flow: user.flows.OrderVmFlow
     - script_file: some_script_file.py

Back to the top