/usr/lib/python3/dist-packages/shellescape/settings.py is in python3-shellescape 3.4.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
# Application Name
# ------------------------------------------------------------------------------
app_name = 'shellescape'
# ------------------------------------------------------------------------------
# Version Number
# ------------------------------------------------------------------------------
major_version = "3"
minor_version = "4"
patch_version = "1"
|