This commit is contained in:
Paulo Henrique Silva 2019-11-25 23:56:24 -03:00
parent ab6aa538c1
commit 404384cf91
No known key found for this signature in database
GPG key ID: F7B1BA2C56570F83

View file

@ -17,7 +17,7 @@
if __name__ == '__main__':
from gerber.common import read
from gerber.render import GerberCairoContext
from gerber.render.cairo_backend import GerberCairoContext
import sys
if len(sys.argv) < 2: