Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Requirements

* Python 3.x, version 3.3 or later.

The script tries to use a Python interpreter called ``python`` in
The script tries to use a Python interpreter called ``python3`` in
your ``PATH``. If your Python interpreter has a different name or
is not in your ``PATH``, please adjust the first line of the script
accordingly.
Expand Down
2 changes: 1 addition & 1 deletion git-imerge
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright 2012-2013 Michael Haggerty <[email protected]>
Expand Down