From febe5550c06bd3fd1ef5ea15d840f002bb3b59bd Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 20 Mar 2014 22:48:53 +0100 Subject: [PATCH] Use library entry point. --- bin/qasim-cli.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/qasim-cli.rb b/bin/qasim-cli.rb index 64e10c6..1cfcbfe 100755 --- a/bin/qasim-cli.rb +++ b/bin/qasim-cli.rb @@ -4,8 +4,7 @@ $DEBUG = true $VERBOSE = true require 'pp' -require 'qasim/config' -require 'qasim/map' +require 'qasim' module Qasim