accidentially changed import order in 7ace94b
This commit is contained in:
parent
e6fa61c82b
commit
ed7d9ceb34
1 changed files with 1 additions and 1 deletions
|
|
@ -16,9 +16,9 @@
|
|||
# the License.
|
||||
|
||||
if __name__ == '__main__':
|
||||
import sys
|
||||
from gerber.common import read
|
||||
from gerber.render import GerberSvgContext
|
||||
import sys
|
||||
|
||||
if len(sys.argv) < 2:
|
||||
print >> sys.stderr, "Usage: python -m gerber <filename> <filename>..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue