1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-26 08:22:32 +01:00

Renamed backend modules

This commit is contained in:
2020-08-16 20:23:24 +02:00
parent 047e8266fc
commit 255ad541dc
3 changed files with 5 additions and 0 deletions

View File

@@ -1 +1,6 @@
"""Backends module."""
from wicd.backends import be_external
from wicd.backends import be_ioctl
__all__ = ['be_external', 'be_ioctl']