From 15aae2e2ec6984ddc70c460625f5fe0bccb48a01 Mon Sep 17 00:00:00 2001 From: Just Date: Mon, 20 Dec 1999 21:59:49 +0000 Subject: [PATCH] added $Id$ tag. git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@25 4cde692c-a291-49d1-8350-778aa11640f8 --- Lib/fontTools/cffLib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/cffLib.py b/Lib/fontTools/cffLib.py index 76476c332..7b9dfb653 100644 --- a/Lib/fontTools/cffLib.py +++ b/Lib/fontTools/cffLib.py @@ -1,6 +1,6 @@ """cffLib.py -- read/write tools for Adobe CFF fonts.""" -__version__ = "1.0b1" +__version__ = "$Id: cffLib.py,v 1.2 1999-12-20 21:59:49 Just Exp $" __author__ = "jvr" import struct, sstruct