Software /
code /
prosody
Diff
tools/migration/migrator/prosody_files.lua @ 5021:85b2689dbcfe
Eliminate direct setfenv usage
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Fri, 08 Jun 2012 05:04:38 +0200 |
parent | 4293:419354c47c28 |
child | 5974:9ce0d246c851 |
line wrap: on
line diff
--- a/tools/migration/migrator/prosody_files.lua Thu Jun 07 23:27:26 2012 +0200 +++ b/tools/migration/migrator/prosody_files.lua Fri Jun 08 05:04:38 2012 +0200 @@ -7,7 +7,6 @@ local coroutine = coroutine; local lfs = require "lfs"; local loadfile = loadfile; -local setfenv = setfenv; local pcall = pcall; local mtools = require "migrator.mtools"; local next = next;