File: __init__.py

package info (click to toggle)
python-mkdocs 1.6.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,816 kB
  • sloc: python: 14,346; javascript: 10,535; perl: 143; sh: 57; makefile: 30; xml: 11
file content (9 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python


import sys

sys.path.insert(1, "/usr/share/mkdocs/themes")

# For acceptable version formats, see https://www.python.org/dev/peps/pep-0440/
__version__ = '1.6.1'