PY-20464: Sync with skeletons

This commit is contained in:
Ilya.Kazakevich
2016-09-03 00:12:28 +03:00
parent ef56e282b9
commit f14fe99c76
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from django.core.mail import EmailMessage
# https://docs.djangoproject.com/en/1.10/topics/testing/tools/#django.core.mail.django.core.mail.outbox
outbox = [EmailMessage()]

View File

@@ -0,0 +1,8 @@
"""Skeleton for 'logging' stdlib module."""
def getLogger(name=None):
"""
:type name: string
:rtype: logging.Logger
"""
pass