From 8195d8020461e06bd1cd06481b604b83b949f7b9 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Mon, 12 Nov 2018 17:01:33 -0500 Subject: [PATCH] Example name changes to fit convention. --- examples/{computer_datalogging.py => gps_computer_datalogging.py} | 0 examples/{datalogging.py => gps_datalogging.py} | 0 examples/{time_source.py => gps_time_source.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename examples/{computer_datalogging.py => gps_computer_datalogging.py} (100%) rename examples/{datalogging.py => gps_datalogging.py} (100%) rename examples/{time_source.py => gps_time_source.py} (100%) diff --git a/examples/computer_datalogging.py b/examples/gps_computer_datalogging.py similarity index 100% rename from examples/computer_datalogging.py rename to examples/gps_computer_datalogging.py diff --git a/examples/datalogging.py b/examples/gps_datalogging.py similarity index 100% rename from examples/datalogging.py rename to examples/gps_datalogging.py diff --git a/examples/time_source.py b/examples/gps_time_source.py similarity index 100% rename from examples/time_source.py rename to examples/gps_time_source.py