mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
* chore: fix lint warnings * chore: another try at python import errors Looks like the problem is that dbus_mock.py is running as a script but living in the `lib/` directory where it's part of a module. Moving it up into the `script/` directory seems to solve the issue.