Remove useless lines.

This commit is contained in:
Glenn Y. Rolland 2015-07-14 23:04:22 +02:00
parent d338b1c924
commit a5dbbb1d49

View file

@ -6,13 +6,9 @@ require 'singleton'
require 'pathname'
require 'colorize'
require 'pp'
DATA_DIR = (Pathname.new(__FILE__).dirname + '..').realpath.to_s
# FIXME: should not require including the 'lib' dir.
#$:.insert 0, File.join(DATA_DIR, 'lib')
require 'thor'
require 'kook'