Changeset 9819 for src/django_gheat/gheat/dataimport/kismet.py
- Timestamp:
- Dec 23, 2011, 8:31:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/gheat/dataimport/kismet.py
r9668 r9819 17 17 raise IOError(e) 18 18 19 # Prepare new acces points and measurements19 # Prepare new accesspoints and measurements 20 20 wnetworks = netxml_doc.findall('wireless-network') 21 21 … … 55 55 bssid_failed = defaultdict(int) 56 56 57 # Prepare new acces points and measurements57 # Prepare new accesspoints and measurements 58 58 points = gpsxml_doc.findall('gps-point') 59 59
Note:
See TracChangeset
for help on using the changeset viewer.