File: __init__.py

package info (click to toggle)
vim-ultisnips 3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,924 kB
  • sloc: python: 8,353; sh: 64; makefile: 38
file content (6 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/env python
# encoding: utf-8

"""Entry point for all things UltiSnips."""

from UltiSnips.snippet_manager import UltiSnips_Manager