diff options
-rw-r--r-- | jamendo.lua | 11 |
1 files changed, 9 insertions, 2 deletions
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. |