Rename json to jsonutils to avoid conflict
This commit is contained in:
parent
df6c67baac
commit
c339ead212
|
@ -3,7 +3,7 @@ naughty = require('naughty')
|
||||||
local wibox = require('wibox')
|
local wibox = require('wibox')
|
||||||
local awful = require('awful')
|
local awful = require('awful')
|
||||||
local gears = require('gears')
|
local gears = require('gears')
|
||||||
local json = require('json')
|
local json = require('jsonutils')
|
||||||
|
|
||||||
local home = os.getenv('HOME')
|
local home = os.getenv('HOME')
|
||||||
local todo_path = home .. '/.config/todo/todo.json'
|
local todo_path = home .. '/.config/todo/todo.json'
|
||||||
|
|
Loading…
Reference in New Issue