Fix imports in mac-universal.py
This commit is contained in:
parent
926f200329
commit
21194375f8
|
@ -7,6 +7,7 @@ import filecmp
|
|||
import glob
|
||||
import os
|
||||
import shutil
|
||||
import sys
|
||||
|
||||
|
||||
def lipo(path0, path1, dst):
|
||||
|
|
Loading…
Reference in New Issue