LGTM, thanks.
On Mon, Oct 7, 2013 at 4:38 PM, Jose A. Lopes <[email protected]> wrote: > Fix 'AutoConf' import to be qualified. > > Signed-off-by: Jose A. Lopes <[email protected]> > --- > src/Ganeti/HsConstants.hs | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/Ganeti/HsConstants.hs b/src/Ganeti/HsConstants.hs > index e6116f6..cd57ba1 100644 > --- a/src/Ganeti/HsConstants.hs > +++ b/src/Ganeti/HsConstants.hs > @@ -42,7 +42,7 @@ import Data.List ((\\)) > import Data.Map (Map) > import qualified Data.Map as Map (fromList, keys, insert) > > -import AutoConf > +import qualified AutoConf > import Ganeti.ConstantUtils (PythonChar(..), FrozenSet, Protocol(..), > buildVersion) > import qualified Ganeti.ConstantUtils as ConstantUtils > -- > 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
