From 9f05c37d483c4ba073cbb0d0d36fef4574d22ceb Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 27 Jul 2004 16:35:28 +0000 Subject: [PATCH 1/1] Import logging requires python 2.3+. git-svn-id: file:///home/phd/archive/SVN/mc-extfs/trunk@26 1a6e6372-1aea-0310-bd00-dc960550e1df --- obexftp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/obexftp b/obexftp index b6a4b70..acc51fd 100755 --- a/obexftp +++ b/obexftp @@ -15,7 +15,7 @@ script is written in Python because I love Python, the best of all languages ;), and I need to parse XML directory listings from obexftp. The script requires Midnight Commander 3.1+ (http://www.ibiblio.org/mc/), -Python 2.2+ (http://www.python.org/), +Python 2.3+ (http://www.python.org/), OpenOBEX 1.0.1+ (http://openobex.sourceforge.net/) and ObexFTP 0.10.4+ (http://triq.net/obexftp). @@ -65,8 +65,8 @@ or DEBUG and looking in the obexftp-mcextfs.log file. """ __version__ = "1.1.0" -__revision__ = "$Id: obexftp,v 1.14 2004/07/27 16:23:18 phd Exp $" -__date__ = "$Date: 2004/07/27 16:23:18 $"[7:-2] +__revision__ = "$Id: obexftp,v 1.15 2004/07/27 16:35:28 phd Exp $" +__date__ = "$Date: 2004/07/27 16:35:28 $"[7:-2] __author__ = "Oleg Broytmann " __copyright__ = "Copyright (C) 2004 PhiloSoft Design" -- 2.39.2