mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 20:18:28 +00:00
- Added basic pacman/systemd wrappers - Added way to manage AUR and user packages
7 lines
113 B
Python
7 lines
113 B
Python
import os
|
|
import sys
|
|
|
|
_SRC_PATH = os.path.join(os.path.dirname(__file__), "../src/")
|
|
|
|
sys.path.append(_SRC_PATH)
|