FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
84 stars 47 forks source link

Fix Python importing unused database libraries #192

Closed gormster closed 4 years ago

gormster commented 4 years ago

Python processes all top-level imports regardless of whether or not they are used. This fix allows the use of MDK on systems where not all of the database libraries are available.

junpataleta commented 4 years ago

This has been merged. Thanks!