diff options
Diffstat (limited to 'pygments/lexers/objective.py')
-rw-r--r-- | pygments/lexers/objective.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/objective.py b/pygments/lexers/objective.py index a9c60187..df564cf1 100644 --- a/pygments/lexers/objective.py +++ b/pygments/lexers/objective.py @@ -176,7 +176,7 @@ def objective(baselexer): return 0 def get_tokens_unprocessed(self, text): - from pygments.lexers._cocoabuiltins import COCOA_INTERFACES, \ + from pygments.lexers._cocoa_builtins import COCOA_INTERFACES, \ COCOA_PROTOCOLS, COCOA_PRIMITIVES for index, token, value in \ |