UltiSnips/plugin/UltiSnips/compatibility_py3.py

11 lines
177 B
Python

#!/usr/bin/env python
# encoding: utf-8
"""
This file contains code that is invalid in python2 and must therefore never be
seen by the interpretor
"""
compatible_exec = exec