Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bitbucket_import.rb « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7298152e7e98515524815f239706ca9abf9f558d (plain)
1
2
3
4
5
6
module Gitlab
  module BitbucketImport
    mattr_accessor :public_key
    @public_key = nil
  end
end