Import gears.filesystem
This is needed for some future filesystem checks.
This commit is contained in:
parent
a68cc783c9
commit
1802a44018
|
@ -9,6 +9,8 @@
|
||||||
-- @module awful.completion
|
-- @module awful.completion
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
local gfs = require("gears.filesystem")
|
||||||
|
|
||||||
-- Grab environment we need
|
-- Grab environment we need
|
||||||
local io = io
|
local io = io
|
||||||
local os = os
|
local os = os
|
||||||
|
|
Loading…
Reference in New Issue