We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ef915 commit e968b8dCopy full SHA for e968b8d
tools/checkspecs.py
@@ -2,9 +2,6 @@
2
# vi: set ft=python sts=4 ts=4 sw=4 et:
3
"""Attempt to check each interface in nipype
4
"""
5
-from __future__ import print_function, unicode_literals
6
-from builtins import object, str, bytes, open
7
-
8
# Stdlib imports
9
import os
10
import re
@@ -223,7 +220,6 @@ def test_specs(self, uri):
223
220
if not os.path.exists(nonautotest):
224
221
cmd = [
225
222
'# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT',
226
- 'from __future__ import unicode_literals',
227
'from ..%s import %s' % (uri.split('.')[-1], c), ''
228
]
229
cmd.append('\ndef test_%s_inputs():' % c)
0 commit comments