summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/Vim/vim_syntax.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/Vim/vim_syntax.py b/Misc/Vim/vim_syntax.py
index c43d226..3212bf4 100644
--- a/Misc/Vim/vim_syntax.py
+++ b/Misc/Vim/vim_syntax.py
@@ -1,4 +1,6 @@
from __future__ import with_statement
+# XXX(nnorwitz): what versions of python is this file supposed to work with?
+# It uses the old print statement not in py3k.
import keyword
import exceptions