File: __init__.py

package info (click to toggle)
dirsearch 0.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 748 kB
  • sloc: python: 3,131; makefile: 4; sh: 1
file content (4 lines) | stat: -rwxr-xr-x 85 bytes parent folder | download | duplicates (2)
1
2
3
4
import sys
import os

sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))