module Gitlab
  module BitbucketImport
    mattr_accessor :public_key
    @public_key = nil
  end
end