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 f17d8e2 commit 3d0c790Copy full SHA for 3d0c790
nipype/scripts/cli.py
@@ -1,6 +1,8 @@
1
#!python
2
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
3
# vi: set ft=python sts=4 ts=4 sw=4 et:
4
+from io import open
5
+
6
import click
7
8
from .instance import list_interfaces
0 commit comments