diff -r 0ab0d61ccee8 -r 303c51137cb2 parse.py --- a/parse.py Thu Dec 21 10:46:41 2017 +0200 +++ b/parse.py Thu Dec 21 12:27:16 2017 +0200 @@ -1,7 +1,7 @@ import linetypes import re from geometry import * -from ldraw import Colour +from colours import Colour class BadLdrawLine(Exception): pass