# File lib/sass/tree/import_node.rb, line 13
      def initialize(imported_filename)
        @imported_filename = imported_filename
        super(nil)
      end