File: __init__.py

package info (click to toggle)
python-signxml 4.0.5%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: forky, trixie
  • size: 4,896 kB
  • sloc: xml: 9,822; python: 2,370; javascript: 57; makefile: 35; sh: 8
file content (10 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
"""
This file indicates that this directory contains the hooks to include the schema files on the final version
if it's compiled with pyinstaller.
"""

import os


def get_hook_dirs():
    return [os.path.dirname(__file__)]