Remove useless lines.
This commit is contained in:
parent
d338b1c924
commit
a5dbbb1d49
1 changed files with 0 additions and 4 deletions
4
bin/kook
4
bin/kook
|
@ -6,13 +6,9 @@ require 'singleton'
|
||||||
require 'pathname'
|
require 'pathname'
|
||||||
|
|
||||||
require 'colorize'
|
require 'colorize'
|
||||||
require 'pp'
|
|
||||||
|
|
||||||
DATA_DIR = (Pathname.new(__FILE__).dirname + '..').realpath.to_s
|
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 'thor'
|
||||||
require 'kook'
|
require 'kook'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue