6 lines
94 B
Python
6 lines
94 B
Python
import pyrad
|
|
import sys
|
|
|
|
pyrad # keep pyflakes happy
|
|
home = sys.modules["pyrad"].__path__[0]
|