File: __init__.py

package info (click to toggle)
python-userpath 1.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: python: 771; makefile: 21; sh: 16
file content (4 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (2)
1
2
3
4
from .core import append, in_new_path, need_shell_restart, prepend
from .utils import in_current_path

__version__ = '1.9.2'