diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-04-29 10:20:17 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-04-29 10:25:10 +0200 |
commit | 2ef880a9cf9fc11ff23874c945dcd394898ea092 (patch) | |
tree | 181553081130b0b03da2f225ceea540b64bb218b /git_deps | |
parent | d2362a629d9871f535493b2ff92bcad415ae6dcd (diff) | |
download | git-deps-2ef880a9cf9fc11ff23874c945dcd394898ea092.tar.gz |
fix py2k->py3k problmes
Diffstat (limited to 'git_deps')
-rwxr-xr-x | git_deps/cli.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/git_deps/cli.py b/git_deps/cli.py index 701b004..a14352d 100755 --- a/git_deps/cli.py +++ b/git_deps/cli.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- +#!/usr/bin/env python3 """ git-deps - automatically detect dependencies between git commits Copyright (C) 2013 Adam Spiers <git@adamspiers.org> |