X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=obexftp;h=76e35a13dd6828cf96cb48958aa326b9fc8b6529;hp=dd75d48530369d627899fe690b2cbc6c474d27d8;hb=d4f18638c91d6601adf2f6e1392b0af8781cbf93;hpb=0c0aa388234c7734b8b1c2dfb3bf660f3b3bd696 diff --git a/obexftp b/obexftp index dd75d48..76e35a1 100755 --- a/obexftp +++ b/obexftp @@ -1,5 +1,4 @@ #! /usr/bin/env python - """ObexFTP Virtual FileSystem for Midnight Commander Manipulate a cell phone's filesystem calling obexftp binary. This is a complete @@ -65,11 +64,9 @@ named in $TMP environment variable. """ -__version__ = "1.3.0" -__revision__ = "$Id$" -__date__ = "$Date$"[7:-2] +__version__ = "1.3.1" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2011 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design" __license__ = "GPL"