From db528ec468767ce5ed9d4aac4a37a5f8f01ff60f Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 09 Apr 2012 13:08:36 +0000 Subject: pep8 cleanup --- (limited to 'TurtleArt/tautils.py') 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: -- cgit v0.9.1