Module: kamailio
Branch: 5.3
Commit: 48e4b9b41c70ebe3f7a478dcdcb628e7a0306123
URL:
https://github.com/kamailio/kamailio/commit/48e4b9b41c70ebe3f7a478dcdcb628e…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2019-10-22T10:27:30+02: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/48e4b9b41c70ebe3f7a478dcdcb628e…
Patch:
https://github.com/kamailio/kamailio/commit/48e4b9b41c70ebe3f7a478dcdcb628e…
---
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.