File: __init__.py

package info (click to toggle)
dirsearch 0.4.2%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 864 kB
  • sloc: python: 3,486; makefile: 2; sh: 2
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__)))