diff options
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index 84494296..b6a3de97 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -79,6 +79,7 @@ from .debuginfo import * from .externallibrary import * from .undo import * from .fileaccessor import * +from .languagerepresentation import * # We import each of these by name to prevent conflicts between # log.py and the function 'log' which we don't import below from .log import ( |
