Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackneill committed Jul 10, 2015
1 parent 9912ae9 commit f1508e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collada/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import numpy

from collada.common import DaeObject, E, tag
from collada.common import DaeIncompleteError, DaeBrokenRefError, DaeMalformedError
from collada.common import DaeIncompleteError, DaeBrokenRefError, DaeMalformedError, DaeUnsupportedError
from collada.xmlutil import etree as ElementTree

class InputList(object):
Expand Down

0 comments on commit f1508e2

Please sign in to comment.