diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-17 13:54:04 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-17 13:54:04 +0100 |
commit | 4ede655abcd1fd3a0e7981759720a4243a744c88 (patch) | |
tree | ea2573fb1605cfbac84f93db4e8374a52351b04c /lib/zorglub.rb | |
parent | 641e342d797b0f22bd0496ea460b9ac87f10d24a (diff) | |
download | zorglub-4ede655abcd1fd3a0e7981759720a4243a744c88.zip zorglub-4ede655abcd1fd3a0e7981759720a4243a744c88.tar.gz |
App swallows Config
Diffstat (limited to 'lib/zorglub.rb')
-rw-r--r-- | lib/zorglub.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/zorglub.rb b/lib/zorglub.rb index 7ae2395..233fd44 100644 --- a/lib/zorglub.rb +++ b/lib/zorglub.rb @@ -1,7 +1,6 @@ #! /usr/bin/env ruby # -*- coding: UTF-8 -*- # -require 'zorglub/config' require 'zorglub/node' require 'zorglub/app' # |