some renames and other changes
This commit is contained in:
@@ -4,6 +4,12 @@ App1:
|
||||
other_kwargs: value
|
||||
dependencies: Sound
|
||||
|
||||
App1Foo:
|
||||
module: app1.subdir.foo
|
||||
class: Foo
|
||||
dependencies:
|
||||
- companion_app
|
||||
|
||||
App2:
|
||||
module: app2.database
|
||||
class: OtherDatabaseApp
|
||||
@@ -11,9 +17,3 @@ App2:
|
||||
- App1
|
||||
- App1Foo
|
||||
- globals
|
||||
|
||||
App1Foo:
|
||||
module: app1.subdir.foo
|
||||
class: Foo
|
||||
globals:
|
||||
- hello
|
||||
|
||||
Reference in New Issue
Block a user