Explorar el Código

Remove shebang from cli.py (#1230)

Marcel Telka hace 1 año
padre
commit
80396a071c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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>