Rename json to jsonutils to avoid conflict

This commit is contained in:
Thomas Forgione 2018-09-14 21:32:18 +02:00
parent df6c67baac
commit c339ead212
No known key found for this signature in database
GPG Key ID: 3B8FC64F5BBFE109
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ naughty = require('naughty')
local wibox = require('wibox')
local awful = require('awful')
local gears = require('gears')
local json = require('json')
local json = require('jsonutils')
local home = os.getenv('HOME')
local todo_path = home .. '/.config/todo/todo.json'