Project

General

Profile

« Previous | Next » 

Revision fd5bab1c

Added by Marc Dequènes about 14 years ago

  • ID fd5bab1cab88caa9f47697c941f8e2fe28573a01

[cleanup] moved base require files in 'lib/cyborghood/base'

View differences:

lib/cyborghood.rb
$KCODE = 'UTF8'
require 'jcode'
require "cyborghood/config"
require "cyborghood/info"
require "cyborghood/lang_additions"
require 'cyborghood/logger'
require 'cyborghood/language'
require 'cyborghood/exceptions'
require 'cyborghood/base/config'
require 'cyborghood/base/info'
require 'cyborghood/base/lang_additions'
require 'cyborghood/base/logger'
require 'cyborghood/base/language'
require 'cyborghood/base/exceptions'
module CyborgHood
include I18nTranslation

Also available in: Unified diff