Skip to content

Commit e1dafe1

Browse files
committed
Include python 2.6 zipfile instead of 2.7
1 parent e8696dd commit e1dafe1

File tree

2 files changed

+467
-581
lines changed

2 files changed

+467
-581
lines changed

utils/create_xpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Author: Yan Zhu, yan@mit.edu
55

66
import os
7-
import zipfile_deterministic as zipfile
7+
import zipfile2_6 as zipfile
88
import sys
99
import time
1010
import glob

0 commit comments

Comments
 (0)