dropbox / dropbox-sdk-rust

Dropbox SDK for Rust
Apache License 2.0
77 stars 18 forks source link

replace deprecated python imp module with importlib #103

Closed wfraser closed 2 years ago

wfraser commented 2 years ago

Fixes the following warning: generate.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses

Checklist

General Contributing

Validation

No change to generated code, and all tests pass.