Bug fix in Excellon parser. Was not supporting a '+' in from of numbers.

This commit is contained in:
Juan Pablo Caram
2014-03-28 18:14:21 -04:00
parent fb261d64b3
commit 23ba2105c1
5 changed files with 694 additions and 635 deletions

View File

@@ -55,4 +55,8 @@ This creates a dictionary with attributes specified in the object's ``ser_attrs`
}
return geo
This is used in ``json.dump(d, f, default=to_dict)`` and is applied to objects that json encounters to be in a non-serialized form.
This is used in ``json.dump(d, f, default=to_dict)`` and is applied to objects that json encounters to be in a non-serialized form.
Geometry Processing
~~~~~~~~~~~~~~~~~~~