add usual locations of sehistory and frappy to sys.path

This commit is contained in:
2025-05-20 10:30:00 +02:00
committed by CAMEA
parent 925bdfc472
commit 6390d37ab4

View File

@ -1,6 +1,9 @@
#!/usr/bin/env python
import sys
from os.path import expanduser
# look for sehistory and frappy at usual locations in home directory
sys.path.extend([expanduser('~'), expanduser('~/frappy')])
import argparse
import socket
from webserver import server