1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Use suggested emacs style coding statements (see https://www.python.org/dev/peps/pep-0263/).

This commit is contained in:
Ivan Malison
2015-03-23 17:53:39 -07:00
parent ec6f27bbad
commit 5ab77e22db
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
'''Integration tests with urllib2'''
# coding=utf-8
import pytest
from six.moves.urllib.request import urlopen