Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit a766224

Browse files
authored
Use /usr/bin/python2 as interpreter for upgrade_translations.py and visualize_pathways.py (#481)
1 parent eb2991a commit a766224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

upgrade_translations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.5
1+
#!/usr/bin/python2
22
# -*- coding: utf-8 -*-
33

44
# Copyright (C) 2019 Google Inc.

visualize_pathways.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python2
22
# -*- coding: utf-8 -*-
33

44
# Copyright (C) 2019 Google Inc.

0 commit comments

Comments
 (0)