Quick fix to avoid nameclash with local qrcode python package
This commit is contained in:
parent
8bf1954625
commit
9eff4e999f
|
@ -20,7 +20,7 @@ import FootprintWizardBase
|
|||
|
||||
# Additional import for QRCode
|
||||
# see https://github.com/kazuhikoarase/qrcode-generator/blob/master/python/qrcode.py
|
||||
import qrcode
|
||||
import kicad_qrcode as qrcode # TODO: local qrcode package is prefered, so we renamed it
|
||||
|
||||
class QRCodeWizard(FootprintWizardBase.FootprintWizard):
|
||||
GetName = lambda self: '2D Barcode QRCode'
|
||||
|
|
Loading…
Reference in New Issue