From: Alexander Yakushev Date: Tue, 25 Oct 2011 11:06:45 +0000 (+0300) Subject: Properly grab environment in jamendo module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=eb99c73f6b2c201367c6ed32d35ae7c389539051;p=awesompd.git Properly grab environment in jamendo module --- diff --git a/jamendo.lua b/jamendo.lua index d6cc50a..59ccb3d 100644 --- a/jamendo.lua +++ b/jamendo.lua @@ -4,10 +4,17 @@ -- @release v1.0.9 --------------------------------------------------------------------------- -module('jamendo', package.seeall) - -- Grab environment local os = os +local awful = awful +local string = string +local table = table +local io = io +local pairs = pairs +local type = type +local assert = assert + +module('jamendo') -- UTILITY STUFF -- Checks whether file specified by filename exists.