Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Move template files into hanna subdirectory to avoid taking up file n…
Browse files Browse the repository at this point in the history
…amespace
  • Loading branch information
raggi committed Jul 19, 2010
1 parent 54dc80f commit dfe0ca6
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hanna.rb
Expand Up @@ -67,7 +67,7 @@ def self::for( options )
def initialize( options )
@options = options

@templatedir = Pathname.new File.join(File.expand_path(File.dirname(__FILE__)), 'template_files')
@templatedir = Pathname.new File.expand_path('../hanna/template_files', __FILE__)

@files = nil
@classes = nil
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dfe0ca6

Please sign in to comment.