Module: kamailio
Branch: master
Commit: 9aa42d7c8161d4a0d085b019a85cde6981b3b4f9
URL:
https://github.com/kamailio/kamailio/commit/9aa42d7c8161d4a0d085b019a85cde6…
Author: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Committer: Victor Seva <linuxmaniac(a)torreviejawireless.org>
Date: 2019-10-22T10:02:36+02:00
utils/kamctl: update shebang to python3
---
Modified: utils/kamctl/dbtextdb/dbtextdb.py
---
Diff:
https://github.com/kamailio/kamailio/commit/9aa42d7c8161d4a0d085b019a85cde6…
Patch:
https://github.com/kamailio/kamailio/commit/9aa42d7c8161d4a0d085b019a85cde6…
---
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.