Adding classes Address and Coord, moving functions into the classes.
authorFredrik Unger <fred@tree.se>
Wed, 17 Oct 2012 13:31:08 +0000 (15:31 +0200)
committerFredrik Unger <fred@tree.se>
Wed, 17 Oct 2012 13:31:08 +0000 (15:31 +0200)
commit25ce3f9f366b09975a5f23b589dc71c0ee550aa5
treeb82864bc6e61545453519df0c7cc4df566c9cf6c
parent9326578627f1f3b91de54304713d04078cf2c280
Adding classes Address and Coord, moving functions into the classes.

Creating two classes to deal with Coorinates and Addresses.
An address has a coordinate but a coordinate can also be used
by it self. Some helper functions were also moved from contact
as a contact also has addresses and coordinates.
xinclude/address.py
xinclude/contact.py