partition_table: Add Python 2 & 3 support

This commit is contained in:
Roland Dobai
2018-09-17 14:27:36 +02:00
parent 91f7a9a9e7
commit 9dc024bc4c
3 changed files with 39 additions and 28 deletions

View File

@@ -21,6 +21,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import print_function, division
from __future__ import unicode_literals
import argparse
import os
import re