summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-03 18:40:47 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-03 18:40:47 +0200
commit86bc1fc34646ce40f9bdc44cd13e6c1ca1d8bd3e (patch)
tree65c7b686205e5fddc1f41150b6720375c9f68809 /testsuite
parent0e59fdaff624fbeb5ba071c76d72b0a3d7d049fb (diff)
downloadpep8-86bc1fc34646ce40f9bdc44cd13e6c1ca1d8bd3e.tar.gz
Fix regression when rewriting E251. Closes #70.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/E25.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/E25.py b/testsuite/E25.py
index 47d181f..94154bf 100644
--- a/testsuite/E25.py
+++ b/testsuite/E25.py
@@ -15,3 +15,5 @@ foo(bar=(1 == 1))
foo(bar=(1 != 1))
foo(bar=(1 >= 1))
foo(bar=(1 <= 1))
+(options, args) = parser.parse_args()
+d[type(None)] = _deepcopy_atomic