class Rake::Application

def add_import(fn)

Add a file to the list of files to be imported.
def add_import(fn)
  @pending_imports << fn
end