Skip to content

Commit 02da231

Browse files
committed
create_xpi.py: Set to use Python directly.
1 parent 0a634e2 commit 02da231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/create_xpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/python
22

33
# Uses the Python zip implementation to create deterministic XPI's
44
# Author: Yan Zhu, yan@mit.edu

0 commit comments

Comments
 (0)