From 5a7b44073550196d0d52f022d991ffed7b04e7e8 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 1 Mar 2012 16:00:56 +0100 Subject: cleaning up git --- .../.history/a5/9036ba2395f2001019c79f38f40e52ba | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 Src/eclipse/.metadata/.plugins/org.eclipse.core.resources/.history/a5/9036ba2395f2001019c79f38f40e52ba (limited to 'Src/eclipse/.metadata/.plugins/org.eclipse.core.resources/.history/a5/9036ba2395f2001019c79f38f40e52ba') diff --git a/Src/eclipse/.metadata/.plugins/org.eclipse.core.resources/.history/a5/9036ba2395f2001019c79f38f40e52ba b/Src/eclipse/.metadata/.plugins/org.eclipse.core.resources/.history/a5/9036ba2395f2001019c79f38f40e52ba deleted file mode 100644 index 776eb14..0000000 --- a/Src/eclipse/.metadata/.plugins/org.eclipse.core.resources/.history/a5/9036ba2395f2001019c79f38f40e52ba +++ /dev/null @@ -1,33 +0,0 @@ -import datetime -import gtk - -class BaseStationInformation: - def __init__ (self): - self.country = 'Nowhere' - self.provider = 'Carry' - self.arfcn = 0 - self.rxlev = 0 - self.neighbours = [] - self.discovery_time = datetime.datetime.now().strftime('%T') - - def get_list_model(self): - return (self.provider, self.arfcn, self.rxlev, self.discovery_time) - - def get_neighbour_arfcn(self): - pass - -class BaseStationInformationList: - def __init__(self): - self._base_station_list = [] - - def add_station(self, base_station): - self._base_station_list.append(base_station) - - def get_dot_code(self): - pass - - def refill_store(self, store): - store.clear() - for item in self._base_station_list: - store.append(item.get_list_model()) - \ No newline at end of file -- cgit v1.2.3-55-g7522