Changeset 136

Show
Ignore:
Timestamp:
02/07/2007 19:43:15 (22 months ago)
Author:
lwu
Message:

Move tippytippytepee support scripts to subdirectory

Location:
trunk/examples/tippytippytepee
Files:
1 added
1 modified
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/examples/tippytippytepee/tepee.rb

    r135 r136  
    7373 
    7474Tepee::Box = Sandbox.safe 
    75 Tepee::Box.load "support.rb" 
     75Tepee::Box.load "support/support.rb" 
    7676Tepee::Box.ref Tepee::Models::Page 
    7777Tepee::Box.ref Web 
     
    8181%w(CGI Time Hpricot HashWithIndifferentAccess 
    8282   PP JSON YAML OpenStruct Sandbox).each { |klass| Tepee::Box.import Kernel.const_get(klass) } 
    83 Tepee::Box.load "webdev.rb" 
     83Tepee::Box.load "support/webdev.rb" 
    8484 
    8585module Tepee::Controllers