From: Alexandre Terrasa Date: Sun, 13 May 2018 18:48:46 +0000 (-0400) Subject: contrib/wiringPi: fix `shift` module name X-Git-Url: http://nitlanguage.org?ds=sidebyside contrib/wiringPi: fix `shift` module name Signed-off-by: Alexandre Terrasa --- diff --git a/contrib/wiringPi/examples/shift.nit b/contrib/wiringPi/examples/shift.nit index abb474f..35101fa 100644 --- a/contrib/wiringPi/examples/shift.nit +++ b/contrib/wiringPi/examples/shift.nit @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -module wiringPi is example +module shift is example import wiringPi