| 61:15c95d3fcfd8 | 62:f0a6bf48b05e |
|---|---|
| 1 import linetypes | 1 import linetypes |
| 2 import re | 2 import re |
| 3 from geometry import * | 3 from geometry import * |
| 4 from colours import Colour | 4 from colours import Colour |
| 5 from testsuite import error | |
| 6 import header | 5 import header |
| 7 | 6 |
| 8 class BadLdrawLine(Exception): | 7 class BadLdrawLine(Exception): |
| 9 pass | 8 pass |
| 10 | 9 |