Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tautils.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-04-09 13:08:36 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-04-09 13:08:36 (GMT)
commitdb528ec468767ce5ed9d4aac4a37a5f8f01ff60f (patch)
treee74bec92555217a7a0689210da9b5d4708b0174e /TurtleArt/tautils.py
parentf00e3fe2182c0bab2b802a7a988a3e0a286c8db5 (diff)
pep8 cleanup
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: