From: Bernardo Innocenti Date: Sun, 23 Sep 2007 07:24:45 +0000 (+0200) Subject: Fix version. X-Git-Tag: v3.0~61 X-Git-Url: https://codewiz.org/gitweb?p=geekigeeki.git;a=commitdiff_plain;h=727c1cfdb0040ca5d95efb81c975d36d1f568c0b Fix version. --- diff --git a/geekigeeki.py b/geekigeeki.py index e6cfeca..a0345ee 100755 --- a/geekigeeki.py +++ b/geekigeeki.py @@ -1,10 +1,8 @@ #! /usr/bin/env python -"""Quick-quick implementation of WikiWikiWeb in Python -""" # -# Copyright (C) 1999, 2000 Martin Pool -# This version includes additional changes by Gerardo Poggiali (2002) -# This version includes additional changes by Bernardo Innocenti (2007) +# Copyright 1999, 2000 Martin Pool +# Copyright 2002 Gerardo Poggiali +# Copyright 2007 Bernardo Innocenti # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '$Id$'[3:-2] +__version__ = '$Id$'[4:-2] import cgi, sys, string, os, re, errno, time, stat from os import path, environ