/usr/share/pyshared/PyNEC/PyNEC.py is in python-necpp 1.5.0+cvs20101003-2.2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # This file replace the Swig generated proxy class. It allows the other python files to be used.
from nec_context import *
from c_geometry import *
from nec_norm_rx_pattern import *
from nec_radiation_pattern import *
from nec_structure_excitation import *
from nec_antenna_input import *
from nec_near_field_pattern import *
from nec_structure_currents import *
from nec_ground import *
|