X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=dummy;h=4b0041c0dd038253ad42e53baa796022d35afdaf;hp=034cf0fe79b1cb5d1aaffcc2a358e70afced2051;hb=c5c4da7de52a81e0a4a58ad2753d379d6bb0c4c5;hpb=a1ec529a543b50a25f729d3b12dc07a2dd07cc1b diff --git a/dummy b/dummy index 034cf0f..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] -__author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2009 PhiloSoft Design" +__version__ = "1.0.2" +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2004-2012 PhiloSoft Design" __license__ = "GPL"