Skip to content

Commit f2b08cd

Browse files
committed
coram2pycoram.py is updated for Python2.7
1 parent 966df68 commit f2b08cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pycoram/utils/coram2pycoram.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import absolute_import
2+
from __future__ import print_function
13
import re
24
import sys
35
import os

0 commit comments

Comments
 (0)