Skip to content

Commit aa23212

Browse files
committed
Update output filename for get-pip (Py26)
1 parent 980dd0b commit aa23212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get-pip-generate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def main():
158158
import os.path
159159
scripts_dir = os.path.dirname(__file__)
160160
template_file = os.path.join(scripts_dir, "get-pip-template.py")
161-
with open("get-pip-py26.py", "w") as fd1:
161+
with open("get-pip-py2.6.py", "w") as fd1:
162162
with open(template_file, "r") as fd2:
163163
for line2 in fd2:
164164
if line2 != "PACKAGES = {}\n":

0 commit comments

Comments
 (0)