diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-16 16:36:04 -0200 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-16 16:36:14 -0200 |
| commit | 78be4960431e36aa3aabe63b9a02c3cca94a3e6f (patch) | |
| tree | 814a1a711c6004a0f109c8a67d1aa5fdf6f0909c | |
| parent | a69f6dca25a34b0dc287e757c0a1df5fda9fa2f2 (diff) | |
| download | luarocks-78be4960431e36aa3aabe63b9a02c3cca94a3e6f.tar.gz luarocks-78be4960431e36aa3aabe63b9a02c3cca94a3e6f.tar.bz2 luarocks-78be4960431e36aa3aabe63b9a02c3cca94a3e6f.zip | |
Why was this here? :)
| -rw-r--r-- | src/luarocks/fs/unix.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/luarocks/fs/unix.lua b/src/luarocks/fs/unix.lua index d231222b..2dc5e492 100644 --- a/src/luarocks/fs/unix.lua +++ b/src/luarocks/fs/unix.lua | |||
| @@ -1,9 +1,5 @@ | |||
| 1 | 1 | ||
| 2 | --- Unix implementation of filesystem and platform abstractions. | 2 | --- Unix implementation of filesystem and platform abstractions. |
| 3 | |||
| 4 | local assert, type, table, io, package, math, os, ipairs = | ||
| 5 | assert, type, table, io, package, math, os, ipairs | ||
| 6 | |||
| 7 | module("luarocks.fs.unix", package.seeall) | 3 | module("luarocks.fs.unix", package.seeall) |
| 8 | 4 | ||
| 9 | local fs = require("luarocks.fs") | 5 | local fs = require("luarocks.fs") |
