renames
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
# Baz:
|
||||
# module: my_pkg.my_sub_pkg.baz
|
||||
# class: Baz
|
||||
|
||||
Hello2:
|
||||
module: hello
|
||||
class: HelloWorld
|
||||
|
||||
# Foo: bar
|
||||
3
apps/global_apps.yaml
Normal file
3
apps/global_apps.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
globals:
|
||||
module: globals
|
||||
global: true
|
||||
@@ -13,9 +13,3 @@ Baz:
|
||||
Hello:
|
||||
module: hello
|
||||
class: HelloWorld
|
||||
|
||||
globals:
|
||||
module: globals
|
||||
global: true
|
||||
|
||||
# Foo: bar
|
||||
7
apps/standard_import_apps.yaml
Normal file
7
apps/standard_import_apps.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
Hello2:
|
||||
module: hello
|
||||
class: HelloWorld
|
||||
|
||||
TestApp:
|
||||
module: test
|
||||
class: Test
|
||||
Reference in New Issue
Block a user