diff V5/classUpdateCode.py @ 23:11d4e438045e

make version 5
author DaveM
date Mon, 09 Apr 2018 15:07:21 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/V5/classUpdateCode.py	Mon Apr 09 15:07:21 2018 +0100
@@ -0,0 +1,5 @@
+def updateHor():
+	reload(syn)
+	for person in people:
+		if person.horiscope is not None:
+			person.horiscope.__class__ = syn.planetPositions
\ No newline at end of file