X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=torrent;h=547236eecb6415a8a7b9aff70695174cb81f4497;hp=511a85d891ee67969cdf57929be7e774e5943ce9;hb=c5c4da7de52a81e0a4a58ad2753d379d6bb0c4c5;hpb=920e521363a2f5b533da7f5639d1fc0928387683 diff --git a/torrent b/torrent index 511a85d..547236e 100755 --- a/torrent +++ b/torrent @@ -1,5 +1,4 @@ #! /usr/bin/env python - """Torrent Virtual FileSystem for Midnight Commander The script requires Midnight Commander 3.1+ @@ -28,11 +27,9 @@ year. The filesystem is, naturally, read-only. """ -__version__ = "1.0.0" -__revision__ = "$Id$" -__date__ = "$Date$" +__version__ = "1.0.1" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2010, 2011 PhiloSoft Design" +__copyright__ = "Copyright (C) 2010-2012 PhiloSoft Design" __license__ = "GPL" import locale, sys, os