Commit 4bc65b54 authored by Petr Prikryl's avatar Petr Prikryl

winbuild/pack_the_distribution_for_windows.py modified for Python 2

Basically, only "from __future__ import print_function" added.
parent 472edd9f
#! python3
#! python2
from __future__ import print_function
import glob
import os
import re
import shutil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment