yunify / qingcloud-sdk-python

QingCloud SDK for Python
Apache License 2.0
54 stars 49 forks source link

fix: ModuleNotFoundError: no module named '__builtin__' #104

Open ausaki opened 1 month ago

ausaki commented 1 month ago

__builtin__ is renamed to builtins in Python 3. Besides that, we can directly use str in Python 2 and Python 3