Skip to content

Commit 7f776fa

Browse files
committed
cwltool/software_requirements.py: add future absolute import
1 parent 550c8f2 commit 7f776fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/software_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Homebrew, Conda, custom scripts, environment modules. We'd be happy to find
77
ways to adapt new packages managers and such as well.
88
"""
9-
9+
from __future__ import absolute_import
1010
import argparse
1111
import os
1212
import string

0 commit comments

Comments
 (0)