File: main.py

package info (click to toggle)
mkdocs-macros-plugin 1.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: python: 1,216; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
import os

def define_env(env):
    """
    This is the hook for the functions (new form)
    """

    env.variables['cwd'] = os.getcwd()