Skip to content
Snippets Groups Projects
Commit f885f6b9 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 6475cf59
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ import os
LatLonTuple = namedtuple('LatLonTuple', ['lat', 'lon'])
homedir = os.path.expanduser('~') + '/'
class GenericException(Exception):
def __init__(self, message):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment