add usual locations of sehistory and frappy to sys.path
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import sys
|
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 argparse
|
||||||
import socket
|
import socket
|
||||||
from webserver import server
|
from webserver import server
|
||||||
|
Reference in New Issue
Block a user