ppb / pursuedpybear

A python game engine.
https://ppb.dev/
Artistic License 2.0
258 stars 98 forks source link

Import warnings in ppb __init__.py #668

Closed pathunstrom closed 2 years ago

pathunstrom commented 2 years ago

We use the warnings module to tell users that their python version is deprecated. Unfortunately we seem to have forgotten to import the module!

Add import warnings under import logging so we don't error out while trying to warn our users!

jillslind commented 2 years ago

Going to quickly take care of this, I think.