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 cb4a93e commit d395c1eCopy full SHA for d395c1e
cwltool.py
@@ -1,5 +1,6 @@
1
#!/usr/bin/env python
2
from __future__ import absolute_import
3
+from __future__ import unicode_literals
4
"""Convienance entry point for cwltool.
5
6
This can be used instead of the recommended method of `./setup.py install`
cwltool/__init__.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
+from __future__ import absolute_import
__author__ = '[email protected]'
0 commit comments