Skip to content

Commit d714c4d

Browse files
committed
Python 3 compatibility for cli-program
1 parent 15c0da5 commit d714c4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

19+
from __future__ import print_function, division, absolute_import
20+
1921
import os
2022
import sys
2123
import re

0 commit comments

Comments
 (0)