File Manager

Path: /lib/python2.7/site-packages/clcommon/cpapi/

Viewing File: cpapirebuildcache

#!/usr/bin/python
# -*- coding: utf-8 -*-

"""
Check with custom plug-ins directory, and try to use these plugins.
Detection control panel and record the panel name to file /var/cache/controlpanelname
"""
from clcommon.cpapi import pluginlib

pluginlib.rebuild_cache()