Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tautils.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tautils.py')
-rw-r--r--TurtleArt/tautils.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/TurtleArt/tautils.py b/TurtleArt/tautils.py
index d3fd45e..d944118 100644
--- a/TurtleArt/tautils.py
+++ b/TurtleArt/tautils.py
@@ -1,5 +1,5 @@
#Copyright (c) 2007-8, Playful Invention Company.
-#Copyright (c) 2008-11, Walter Bender
+#Copyright (c) 2008-12, Walter Bender
#Permission is hereby granted, free of charge, to any person obtaining a copy
#of this software and associated documentation files (the "Software"), to deal
@@ -288,13 +288,6 @@ def get_canvas_data(canvas):
return img_surface.get_data()
-def save_svg(string, file_name):
- ''' Write a string to a file. '''
- file_handle = file(file_name, 'w')
- file_handle.write(string)
- file_handle.close()
-
-
def get_pixbuf_from_journal(dsobject, w, h):
''' Load a pixbuf from a Journal object. '''
try: