[svn:parrot] r37570 - trunk/tools/dev
cotto at svn.parrot.org
cotto at svn.parrot.org
Thu Mar 19 00:41:08 UTC 2009
Author: cotto
Date: Thu Mar 19 00:41:08 2009
New Revision: 37570
URL: https://trac.parrot.org/parrot/changeset/37570
Log:
[tools] spell "$Id" correctly
Modified:
trunk/tools/dev/parrot-fuzzer
Modified: trunk/tools/dev/parrot-fuzzer
==============================================================================
--- trunk/tools/dev/parrot-fuzzer Thu Mar 19 00:40:37 2009 (r37569)
+++ trunk/tools/dev/parrot-fuzzer Thu Mar 19 00:41:08 2009 (r37570)
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# Copyright (C) 2009, Parrot Foundation
-# $id$
+# $Id$
from fusil.application import Application
from fusil.process.watch import WatchProcess
More information about the parrot-commits
mailing list