From acf8f188feeb3d368a97ca90cc54f098dcae94ce Mon Sep 17 00:00:00 2001 From: Greg Hewgill Date: Thu, 8 Jan 2009 23:49:24 +1300 Subject: [PATCH] update to version 1.3.1 --- ljdump.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ljdump.py b/ljdump.py index f06f357..fbae90a 100755 --- a/ljdump.py +++ b/ljdump.py @@ -2,7 +2,7 @@ # # ljdump.py - livejournal archiver # Greg Hewgill http://hewgill.com -# Version 1.2 +# Version 1.3.1 # # $Id$ # @@ -47,7 +47,7 @@ # misrepresented as being the original software. # 3. This notice may not be removed or altered from any source distribution. # -# Copyright (c) 2005-2006 Greg Hewgill +# Copyright (c) 2005-2009 Greg Hewgill import codecs, md5, os, pickle, pprint, re, shutil, sys, urllib2, xml.dom.minidom, xmlrpclib from xml.sax import saxutils -- 2.39.2