Skip to content

Commit e9c9cef

Browse files
committed
add absolute import from __future__
1 parent 7f776fa commit e9c9cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwlref-runner/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
2+
from __future__ import absolute_import
33
import os
44

55
from setuptools import setup, find_packages

0 commit comments

Comments
 (0)