File: boto_stubs.py

package info (click to toggle)
vcr.py 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 948 kB
  • sloc: python: 5,135; makefile: 181; sh: 14
file content (8 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
"""Stubs for boto"""

from boto.https_connection import CertValidatingHTTPSConnection
from ..stubs import VCRHTTPSConnection


class VCRCertValidatingHTTPSConnection(VCRHTTPSConnection):
    _baseclass = CertValidatingHTTPSConnection