X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=dummy;h=4b0041c0dd038253ad42e53baa796022d35afdaf;hb=cb78e17c2d412bf8ce6a092e3909737f536e8923;hp=ae60414aa578587112c02b2994d3d6217a185a18;hpb=1a740dc0263f59c570dbdf9d64f6cb9ff0fd182b;p=extfs.d.git diff --git a/dummy b/dummy index ae60414..4b0041c 100755 --- a/dummy +++ b/dummy @@ -1,15 +1,9 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python +"""Dummy VFS for Midnight Commander. Just for a test.""" -""" -Dummy VFS for Midnight Commander. Just for a test. - -""" - -__version__ = "1.0.1" -__revision__ = "$Id$" -__date__ = "$Date$"[7:-2] +__version__ = "1.0.2" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2010 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design" __license__ = "GPL"