overhangio / openedx-scorm-xblock

SCORM XBlock for Open edX
GNU Affero General Public License v3.0
37 stars 46 forks source link

Replace deprecated pkg_resources package with importlib_resources #68

Closed ahmed-arb closed 5 months ago

ahmed-arb commented 5 months ago

Removed pkg_resources for compatibility with newer python versions as discussed in this issue.

Ensured that this xblock is working with python 3.12 & 3.8 as mentioned in this issue.

ahmed-arb commented 5 months ago

@ziafazal could you please take a look at his?