Skip to content

Commit d395c1e

Browse files
committed
add future imports
1 parent cb4a93e commit d395c1e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cwltool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python
22
from __future__ import absolute_import
3+
from __future__ import unicode_literals
34
"""Convienance entry point for cwltool.
45
56
This can be used instead of the recommended method of `./setup.py install`

cwltool/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
3+
from __future__ import absolute_import
34
__author__ = '[email protected]'

0 commit comments

Comments
 (0)