# File lib/fpm/source/python.rb, line 131
  def garbage
    trash = []
    trash << @tmpdir if @tmpdir
    return trash
  end