[sr-dev] git:5.2:57198b5f: utils/kamctl: update shebang to python3

Henning Westerholt hw at skalatan.de
Thu Jan 23 15:54:13 CET 2020


Module: kamailio
Branch: 5.2
Commit: 57198b5fb3ee5376ee94761e8735a38b855ee13e
URL: https://github.com/kamailio/kamailio/commit/57198b5fb3ee5376ee94761e8735a38b855ee13e

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-01-23T15:53:22+01:00

utils/kamctl: update shebang to python3

(cherry picked from commit 9aa42d7c8161d4a0d085b019a85cde6981b3b4f9)

---

Modified: utils/kamctl/dbtextdb/dbtextdb.py

---

Diff:  https://github.com/kamailio/kamailio/commit/57198b5fb3ee5376ee94761e8735a38b855ee13e.diff
Patch: https://github.com/kamailio/kamailio/commit/57198b5fb3ee5376ee94761e8735a38b855ee13e.patch

---

diff --git a/utils/kamctl/dbtextdb/dbtextdb.py b/utils/kamctl/dbtextdb/dbtextdb.py
index b3531c88c6..3a35554013 100755
--- a/utils/kamctl/dbtextdb/dbtextdb.py
+++ b/utils/kamctl/dbtextdb/dbtextdb.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 #
 # Copyright 2008 Google Inc. All Rights Reserved.
 




More information about the sr-dev mailing list