Przeglądaj źródła

changed to sketchParse

Gilbert Brault 5 lat temu
rodzic
commit
9b2da7fa3c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pysketcher/shapes.py

+ 1 - 1
pysketcher/shapes.py

@@ -24,7 +24,7 @@ def sketch2SVG():
     drawing_tool.mpl.savefig(f, format="svg")
     return f.getvalue()
 
-def loadSketch(sketch, container):
+def sketchParse(sketch, container):
     yaml = YAML()
     gwd = yaml.load(sketch)
     for _k in list(gwd.keys()):