File: _distributor_init.py

package info (click to toggle)
scikit-misc 0.3.1%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,144 kB
  • sloc: fortran: 2,220; ansic: 1,352; python: 870; sh: 271; makefile: 98; javascript: 60
file content (10 lines) | stat: -rw-r--r-- 343 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
""" Distributor init file

Distributors: you can add custom code here to support particular distributions
of scikit-misc.

For example, this is a good place to put any checks for hardware requirements.

The scikit-misc standard source distribution will not put code in this file, so
you can safely replace this file with your own version.
"""