This file is indexed.

/usr/share/pyshared/messaging/sms/__init__.py is in python-messaging 0.5.11+debian-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
# See LICENSE

from messaging.sms.submit import SmsSubmit
from messaging.sms.deliver import SmsDeliver
from messaging.sms.gsm0338 import is_gsm_text

__all__ = ["SmsSubmit", "SmsDeliver", "is_gsm_text"]