Merge: Force standard as public
authorJean Privat <jean@pryen.org>
Mon, 17 Nov 2014 22:55:25 +0000 (17:55 -0500)
committerJean Privat <jean@pryen.org>
Mon, 17 Nov 2014 22:55:25 +0000 (17:55 -0500)
commita2abb3ae66be020f013fc80652980a85059575b1
treee8d39fabc9e36827b1dd6af2db29b2d83c0b0319
parent0dd740f6e5003f9c9e5a197fe9ccc9feda260853
parente22c6811455d128faa9e679cbfdbe2af813610bd
Merge: Force standard as public

Standard me become privately imported when importing only modules privately.
Thus, some sub-modules cannot see standard.

This PR force standard to be always public if it is imported.

Close #909

Pull-Request: #913
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>