Skip to content

Commit 4db8dfc

Browse files
author
Doug Black
committed
Merge branch 'master' of github.com:twilio/twilio-python into call-feedback
2 parents 80445fa + 1bcb078 commit 4db8dfc

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import with_statement
12
import sys
23
from setuptools import setup, find_packages
34

tests/test_phone_numbers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import with_statement
12
import json
23
import unittest
34

tests/test_rest.py.inactive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from __future__ import with_statement
12
import json
23
import os
34
import unittest

tests/test_twiml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# -*- coding: utf-8 -*-
2+
from __future__ import with_statement
23
import unittest
34
import xml.etree.ElementTree as ET
45

0 commit comments

Comments
 (0)