Lichen

Changeset

545:663a13dec63e
2017-02-05 Paul Boddie raw files shortlog changelog graph Added missing error imports.
translator.py (file)
     1.1 --- a/translator.py	Sun Feb 05 00:25:59 2017 +0100
     1.2 +++ b/translator.py	Sun Feb 05 00:58:55 2017 +0100
     1.3 @@ -27,6 +27,7 @@
     1.4                       encode_instructions, \
     1.5                       encode_path, encode_symbol, encode_type_attribute, \
     1.6                       is_type_attribute
     1.7 +from errors import InspectError, TranslateError
     1.8  from os.path import exists, join
     1.9  from os import makedirs
    1.10  from referencing import Reference