Browse code

Add modules path

Cinan Rakosnik authored on 15/12/2012 at 23:15:07
Showing 1 changed files
... ...
@@ -6,6 +6,7 @@ require_relative "rubysermon/configurator"
6 6
 module Rubysermon
7 7
 	LIB_PATH = File.expand_path(File.dirname(__FILE__))
8 8
 	APP_PATH = "#{LIB_PATH}/.."
9
+	MOD_PATH = "#{LIB_PATH}/rubysermon/mod"
9 10
 
10 11
 	class App
11 12