Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkin committed Sep 27, 2016
1 parent 74a3482 commit 9ddd96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesdbus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
from __future__ import absolute_import

from .constants import * # pylint: disable=wildcard-import
from .proxy import QubesDbusProxy
from .domain import Domain
from .domain_manager import DomainManager
from .labels import Labels
from .constants import NAME_PREFIX, PATH_PREFIX, VERSION
from .exceptions import QubesDbusException
from .proxy import QubesDbusProxy
from . import serialize

0 comments on commit 9ddd96b

Please sign in to comment.