#130 Fix Python 2 compatibility
Merged a year ago by lsedlar. Opened a year ago by lsedlar.
lsedlar/compose-utils py2-compat  into  master

@@ -1,6 +1,8 @@ 

  #!/usr/bin/env python

  # -*- coding: utf-8 -*-

  

+ from __future__ import print_function

+ 

  import argparse

  import os

  import sys

no initial comment

Pull-Request has been merged by lsedlar

a year ago
Metadata