Przeglądaj źródła

Remove shebang from cli.py (#1230)

Marcel Telka 1 rok temu
rodzic
commit
80396a071c
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      dulwich/cli.py

+ 0 - 1
dulwich/cli.py

@@ -1,4 +1,3 @@
-#!/usr/bin/python3 -u
 #
 # dulwich - Simple command-line interface to Dulwich
 # Copyright (C) 2008-2011 Jelmer Vernooij <jelmer@jelmer.uk>