X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=obexftp;h=acc51fd9ff957a5caefba9dd1f3b179505f95427;hp=b6a4b70c9e5a200f4ebe37ea0738cd935d21dc03;hb=9f05c37d483c4ba073cbb0d0d36fef4574d22ceb;hpb=d83e5b5a958ba32a126345e146b3cba365bf68c5 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"