Move utils to the top.

master
Marko Semet 2020-04-16 00:07:10 +02:00
parent c328171527
commit b075700282
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
from . import btrfs, mounts, utils
from .. import defaults
from . import btrfs, mounts
from .. import defaults, utils
@utils.rpc_callback