[mhwdcfg] PEP8 modification

This commit is contained in:
Philip 2017-06-23 11:27:47 +02:00
parent f37c8627a6
commit e761ae9008

View File

@ -4,6 +4,7 @@
# === This file is part of Calamares - <http://github.com/calamares> ===
#
# Copyright 2016, Artoo <artoo@manjaro.org>
# Copyright 2016-2017, Philip Müller <philm@manjaro.org>
#
# Calamares is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -24,6 +25,7 @@ from libcalamares.utils import target_env_call, debug
from os.path import join
from subprocess import call
class MhwdController:
def __init__(self):
self.__root = libcalamares.globalstorage.value("rootMountPoint")
@ -89,6 +91,7 @@ class MhwdController:
return None
def run():
""" Configure the hardware """