Module: kamailio Branch: 5.2 Commit: 57198b5fb3ee5376ee94761e8735a38b855ee13e URL: https://github.com/kamailio/kamailio/commit/57198b5fb3ee5376ee94761e8735a38b...
Author: Victor Seva linuxmaniac@torreviejawireless.org Committer: Henning Westerholt hw@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/57198b5fb3ee5376ee94761e8735a38b... Patch: https://github.com/kamailio/kamailio/commit/57198b5fb3ee5376ee94761e8735a38b...
---
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.