Require trucolor and file_utils in maid.cr

This commit is contained in:
Donovan Glover 2017-11-14 13:30:19 -05:00
parent a8ca2300c4
commit 5ee44c4a02
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -30,6 +30,9 @@
# TODO: Use .maidrc to store configuration (?) # TODO: Use .maidrc to store configuration (?)
# If so, add Maid.init() to create a base configuration # If so, add Maid.init() to create a base configuration
require "file_utils"
require "../lib/trucolor"
module Maid module Maid
UPSTREAM = ENV["HOME"] + "/Home/new-start/dotfiles" UPSTREAM = ENV["HOME"] + "/Home/new-start/dotfiles"
def self.maid() def self.maid()