/usr/lib/python2.7/dist-packages/gozerbot/generic.py is in gozerbot 0.99.1-5.
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 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # generic compat stub
#
#
""" utils stub for backwards compatibility. """
# ==============
# IMPORT SECTION
from utils.log import *
from utils.generic import *
from utils.exception import *
from utils.popen import *
from utils.timeutils import *
from utils.fileutils import *
from utils.reboot import *
from utils.trace import *
from utils.locking import *
from utils.rsslist import *
from utils.url import *
# END IMPORT
# ==========
# =========
# LOCK SECTION
# no locks
# END LOCK
# ========
|