2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00
This commit is contained in:
Oliver Walters 2020-04-14 19:27:43 +10:00
parent cb1298847e
commit 70589b06e1

View File

@ -48,5 +48,8 @@ def get_plugins(pkg, baseclass):
def load_barcode_plugins():
"""
Return a list of all registered barcode plugins
"""
return get_plugins(barcode, BarcodePlugin)