7 lines
106 B
Python
Raw Normal View History

try:
from kikit.plugin import panelize
panelize.plugin().register()
except ImportError:
pass