Updated example scripts to work with 2.0.0

This commit is contained in:
2013-10-01 01:04:45 +02:00
parent 0b15005e3a
commit d96671508b
4 changed files with 6 additions and 6 deletions

View File

@@ -12,4 +12,4 @@ moment.set_house_system(SweGlib.HouseSystem.PLACIDUS)
moment.add_all_planets()
planet = moment.get_planet(SweGlib.Planet.SUN)
print planet.position
print planet.get_position()