summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-08-07 02:26:09 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2019-08-25 18:01:52 +0530
commitcaed6aed9a60970d43bf361f20dae2b0a381a03a (patch)
tree60bf26e3ca7cb94dd8cbdad028fcbe092f3f3599
parente484950a1c73baeddbc5c7d6b56de4dc40ff1df2 (diff)
cerbero: Import enums from the enums module
-rw-r--r--cerbero/bootstrap/linux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/bootstrap/linux.py b/cerbero/bootstrap/linux.py
index b9e956fd..04d32c2e 100644
--- a/cerbero/bootstrap/linux.py
+++ b/cerbero/bootstrap/linux.py
@@ -18,7 +18,7 @@
from cerbero.bootstrap import BootstrapperBase
from cerbero.bootstrap.bootstrapper import register_bootstrapper
-from cerbero.config import Platform, Architecture, Distro, DistroVersion
+from cerbero.enums import Platform, Architecture, Distro, DistroVersion
from cerbero.errors import ConfigurationError
from cerbero.utils import shell