Import gears.filesystem

This is needed for some future filesystem checks.
This commit is contained in:
Florian Gamböck 2017-07-02 16:14:53 +02:00
parent a68cc783c9
commit 1802a44018
1 changed files with 2 additions and 0 deletions

View File

@ -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