omnata-plugin-runtime 0.6.1__py3-none-any.whl → 0.6.2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- omnata_plugin_runtime/omnata_plugin.py +2 -2
- {omnata_plugin_runtime-0.6.1.dist-info → omnata_plugin_runtime-0.6.2.dist-info}/METADATA +1 -1
- {omnata_plugin_runtime-0.6.1.dist-info → omnata_plugin_runtime-0.6.2.dist-info}/RECORD +5 -5
- {omnata_plugin_runtime-0.6.1.dist-info → omnata_plugin_runtime-0.6.2.dist-info}/LICENSE +0 -0
- {omnata_plugin_runtime-0.6.1.dist-info → omnata_plugin_runtime-0.6.2.dist-info}/WHEEL +0 -0
@@ -2397,7 +2397,7 @@ def find_udtf_classes(path:str = '.') -> List[UDTFDefinition]:
|
|
2397
2397
|
matching_classes = []
|
2398
2398
|
|
2399
2399
|
# Iterate over all modules in the current directory
|
2400
|
-
for
|
2400
|
+
for importer, module_name, ispkg in pkgutil.walk_packages(path=[current_dir]):
|
2401
2401
|
# Import the module
|
2402
2402
|
module = importlib.import_module(module_name)
|
2403
2403
|
|
@@ -2512,7 +2512,7 @@ def find_udf_functions(path:str = '.') -> List[UDFDefinition]:
|
|
2512
2512
|
matching_classes = []
|
2513
2513
|
|
2514
2514
|
# Iterate over all modules in the current directory
|
2515
|
-
for
|
2515
|
+
for importer, module_name, ispkg in pkgutil.walk_packages(path=[current_dir]):
|
2516
2516
|
# Import the module
|
2517
2517
|
module = importlib.import_module(module_name)
|
2518
2518
|
|
@@ -3,10 +3,10 @@ omnata_plugin_runtime/api.py,sha256=FxzTqri4no8ClkOm7vZADG8aD47jcGBCTTQDEORmOJM,
|
|
3
3
|
omnata_plugin_runtime/configuration.py,sha256=TI6GaVFhewVawBCaYN34GujY57qEP6q2nik4YpSEk5s,38100
|
4
4
|
omnata_plugin_runtime/forms.py,sha256=GzSPEwcijsoPCXEO1mHiE8ylvX_KSE5TkhwqkymA2Ss,19755
|
5
5
|
omnata_plugin_runtime/logging.py,sha256=bn7eKoNWvtuyTk7RTwBS9UARMtqkiICtgMtzq3KA2V0,3272
|
6
|
-
omnata_plugin_runtime/omnata_plugin.py,sha256=
|
6
|
+
omnata_plugin_runtime/omnata_plugin.py,sha256=Your2a2MBHP5gilDPBsXifn7QAFWovXVV5oYk2pzfMk,128634
|
7
7
|
omnata_plugin_runtime/plugin_entrypoints.py,sha256=-mkIpfB_pTl1yDBMmTnioW44RPj-V8dvlhBiU7ekvkQ,27976
|
8
8
|
omnata_plugin_runtime/rate_limiting.py,sha256=JukA0l7x7Klqz2b54mR-poP7NRxpUHgWSGp6h0B8u6Q,25612
|
9
|
-
omnata_plugin_runtime-0.6.
|
10
|
-
omnata_plugin_runtime-0.6.
|
11
|
-
omnata_plugin_runtime-0.6.
|
12
|
-
omnata_plugin_runtime-0.6.
|
9
|
+
omnata_plugin_runtime-0.6.2.dist-info/LICENSE,sha256=IMF9i4xIpgCADf0U-V1cuf9HBmqWQd3qtI3FSuyW4zE,26526
|
10
|
+
omnata_plugin_runtime-0.6.2.dist-info/METADATA,sha256=RbMfL2ab2vyz0od0hZ3G5HunpjA-LmP2j7ntB8HDfbs,1981
|
11
|
+
omnata_plugin_runtime-0.6.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
12
|
+
omnata_plugin_runtime-0.6.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|