python-dns-lexicon/0000-remove-shebang.patch
Felix Schwarz 2459b2015d update to 3.5.1 (#1764339)
also run test suite and use poetry
2020-11-17 00:47:06 +01:00

9 lines
263 B
Diff

diff --git a/lexicon/cli.py b/lexicon/cli.py
index d2e2a41..3b6ba67 100644
--- a/lexicon/cli.py
+++ b/lexicon/cli.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
"""Module for Lexicon command-line interface"""
from __future__ import absolute_import, print_function