Skip to content
Snippets Groups Projects
Commit 01ba674f authored by LAVIGNE THOMAS's avatar LAVIGNE THOMAS
Browse files

Merge branch 'master' of git.unistra.fr:thlavigne/pysphere

parents 31218837 c4e6caa4
Branches master
No related merge requests found
......@@ -34,8 +34,8 @@ class Sphere(object):
def dump(self, filename):
# *** STEP 6 ***
# uncomment the 2 following line
#with open(filename, "w") as f:
# pickle.dump(self, f)
with open(filename, "w") as f:
pickle.dump(self, f)
pass
def loadSphere(filename):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment