From eb99c73f6b2c201367c6ed32d35ae7c389539051 Mon Sep 17 00:00:00 2001 From: Alexander Yakushev Date: Tue, 25 Oct 2011 14:06:45 +0300 Subject: Properly grab environment in jamendo module --- jamendo.lua | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'jamendo.lua') 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. -- cgit v1.2.3