X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=utils.py;h=59df9f3c36164a066320857fb9ef6e315003c236;hb=6d72ae4bca15c0ed410798e62d3e367cf7abcdb6;hp=4107533c2f1822ac49db5f739c3dee716de96ffe;hpb=c3791ee4e4b8778e38a7bca368db8dacd11e04b2;p=dak.git diff --git a/utils.py b/utils.py index 4107533c..59df9f3c 100644 --- a/utils.py +++ b/utils.py @@ -1,6 +1,6 @@ # Utility functions # Copyright (C) 2000, 2001 James Troup -# $Id: utils.py,v 1.29 2001-07-13 15:54:59 troup Exp $ +# $Id: utils.py,v 1.30 2001-07-25 15:51:15 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -58,7 +58,7 @@ valid_components = { ###################################################################################### -def open_file(filename, mode): +def open_file(filename, mode='r'): try: f = open(filename, mode); except IOError: