]> gitweb.fluxo.info Git - awesompd.git/commitdiff
Properly grab environment in jamendo module
authorAlexander Yakushev <yakushev.alex@gmail.com>
Tue, 25 Oct 2011 11:06:45 +0000 (14:06 +0300)
committerAlexander Yakushev <yakushev.alex@gmail.com>
Tue, 25 Oct 2011 11:06:45 +0000 (14:06 +0300)
jamendo.lua

index d6cc50a1d80a8817d8a440d58e2dc0a114a4b9bb..59ccb3d9d170f60c38647767410251d7eba0460e 100644 (file)
@@ -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.