/usr/lib/python2.7/dist-packages/beanbag/v1.py is in python-beanbag 1.9.2-1ubuntu1.
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 | #!/usr/bin/env python
# Copyright (c) 2015 Anthony Towns
# Written by Anthony Towns <aj@erisian.com.au>
# See LICENSE file.
__all__ = ['BeanBag', 'BeanBagException',
'KerbAuth', 'OAuth10aDance']
from .url_v1 import BeanBag
from .bbexcept import BeanBagException
from .auth import KerbAuth, OAuth10aDance
|