Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Another set of consmetic spacing changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Tagliamonte committed Mar 17, 2012
1 parent bee15bc commit ded8395
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions charlie/stations.py
Expand Up @@ -9,14 +9,18 @@ def __init__(self, name):

def setLat(self, lat):
self.lat = lat

def setLon(self, lon):
self.lon = lon

def setLine(self, line):
self.line = line

def addPlatform(self, platkey, stop):
self.lookup[platkey] = stop

def getPlatforms(self):
return self.lookup

def getPlatform(self, name):
return self.lookup[name]
2 changes: 1 addition & 1 deletion charlie/transport.py
@@ -1,4 +1,4 @@
#
#

import charlie
import urllib2
Expand Down

0 comments on commit ded8395

Please sign in to comment.