added apps to simulate problem
This commit is contained in:
@@ -7,3 +7,9 @@ simple_app:
|
|||||||
class: SimpleApp
|
class: SimpleApp
|
||||||
dependencies:
|
dependencies:
|
||||||
- hello_world
|
- hello_world
|
||||||
|
|
||||||
|
Perimeter:
|
||||||
|
dependencies:
|
||||||
|
- utils
|
||||||
|
- statemachine
|
||||||
|
- hal
|
||||||
|
|||||||
11
conf/apps/deep/arbitrary/path/apps.yaml
Normal file
11
conf/apps/deep/arbitrary/path/apps.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
rules:
|
||||||
|
module: rules
|
||||||
|
global: true
|
||||||
|
|
||||||
|
statemachine:
|
||||||
|
module: statemachine
|
||||||
|
global: true
|
||||||
|
|
||||||
|
hal:
|
||||||
|
module: hal
|
||||||
|
global: true
|
||||||
2
conf/apps/deep/arbitrary/path/hal.py
Normal file
2
conf/apps/deep/arbitrary/path/hal.py
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
class HAL:
|
||||||
|
...
|
||||||
5
conf/apps/deep/arbitrary/path/rules.py
Normal file
5
conf/apps/deep/arbitrary/path/rules.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
class Rule1:
|
||||||
|
...
|
||||||
|
|
||||||
|
class Rule2:
|
||||||
|
...
|
||||||
2
conf/apps/deep/arbitrary/path/statemachine.py
Normal file
2
conf/apps/deep/arbitrary/path/statemachine.py
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
class StateMachine:
|
||||||
|
...
|
||||||
Reference in New Issue
Block a user