diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-10-24 11:29:25 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-10-24 11:29:31 -0400 |
| commit | 45955fccf9d0a5e512b3a4da6ac91bf0057ae58c (patch) | |
| tree | beb0d2acb4875e359aa88e7dd181c697e4663a58 /python/__init__.py | |
| parent | 93e0a64e77169c29960a1cbd9bdedadfeb4a5f7e (diff) | |
Remove bad import in __init__.py
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py index 08a322aa..b6a3de97 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -80,7 +80,6 @@ from .externallibrary import * from .undo import * from .fileaccessor import * from .languagerepresentation import * -from .sharedcache 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 ( |
