BigW Consortium Gitlab

bitbucket_import.rb 102 Bytes
Newer Older
1 2 3 4 5
module Gitlab
  module BitbucketImport
    mattr_accessor :public_key
    @public_key = nil
  end
Douwe Maan committed
6
end