summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-04 09:46:02 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-04 09:46:02 +0100
commit670d6304d8064d60a282abd8c28b39038f54d4b2 (patch)
treec7189e97258b70511c51c24b0e2ceb4686318eeb
parent0d82447a4a0f2c603e648ec5f640f848e6a02208 (diff)
downloadzorglub-670d6304d8064d60a282abd8c28b39038f54d4b2.zip
zorglub-670d6304d8064d60a282abd8c28b39038f54d4b2.tar.gz
zorglub: remove autoload :Session
-rw-r--r--lib/zorglub.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/zorglub.rb b/lib/zorglub.rb
index 100b2b1..85d83a4 100644
--- a/lib/zorglub.rb
+++ b/lib/zorglub.rb
@@ -1,5 +1,6 @@
#! /usr/bin/env ruby
# -*- coding: UTF-8 -*-
+#
require 'zorglub/config'
require 'zorglub/node'
require 'zorglub/app'
@@ -8,8 +9,6 @@ module Zorglub
#
VERSION = '0.0.1'
#
- autoload :Session, './lib/zorglub/session.rb'
- #
end
#
# EOF