LGTM, thanks.
On Mon, Oct 7, 2013 at 4:38 PM, Jose A. Lopes <[email protected]> wrote: > Fix import order to be alphabetically sorted. > > Signed-off-by: Jose A. Lopes <[email protected]> > --- > src/Ganeti/HsConstants.hs | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/Ganeti/HsConstants.hs b/src/Ganeti/HsConstants.hs > index c0eeda4..e6116f6 100644 > --- a/src/Ganeti/HsConstants.hs > +++ b/src/Ganeti/HsConstants.hs > @@ -46,13 +46,13 @@ import AutoConf > import Ganeti.ConstantUtils (PythonChar(..), FrozenSet, Protocol(..), > buildVersion) > import qualified Ganeti.ConstantUtils as ConstantUtils > -import Ganeti.Runtime (GanetiDaemon(..), MiscGroup(..), GanetiGroup(..), > - ExtraLogReason(..)) > import Ganeti.HTools.Types (AutoRepairResult(..), AutoRepairType(..)) > import qualified Ganeti.HTools.Types as Types > import Ganeti.Logging (SyslogUsage(..)) > import qualified Ganeti.Logging as Logging (syslogUsageToRaw) > import qualified Ganeti.Runtime as Runtime > +import Ganeti.Runtime (GanetiDaemon(..), MiscGroup(..), GanetiGroup(..), > + ExtraLogReason(..)) > import Ganeti.Types > import qualified Ganeti.Types as Types > import Ganeti.Confd.Types (ConfdRequestType(..), ConfdReqField(..), > -- > 1.8.4 > > -- Thomas Thrainer | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
