From f898c417521b1f6bb1321e7ca1cbd000d5e3bd8e Mon Sep 17 00:00:00 2001 From: Just Date: Sat, 18 Dec 1999 23:28:54 +0000 Subject: [PATCH] doco and cleanup git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@23 4cde692c-a291-49d1-8350-778aa11640f8 --- mktarball.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mktarball.py b/mktarball.py index 4a640c7d9..b62812242 100644 --- a/mktarball.py +++ b/mktarball.py @@ -1,4 +1,12 @@ #! /usr/bin/env python +# +# Script to make a compressed tar archive of the directory +# the script is living in, excluding CVS directories and the +# script itself. +# +# $Id: mktarball.py,v 1.5 1999-12-18 23:28:54 Just Exp $ +# + import os, sys